Shades of Persian Blue #0429DF
Tints of Persian Blue #0429DF
RGB
CMYK
RGB Variations
Color information
#0429DF (or 0x0429DF) is known color: Persian Blue. HEX triplet: 04, 29 and DF. RGB value is (4,41,223). Sum of RGB (Red+Green+Blue) = 4+41+223=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 223 (87.5% from 255 or 83.21% from 268); Max value from RGB is 223 - color contains mainly: blue. Hex color #0429DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0429DF is #FBD620. Grayscale: #313131. Windows color (decimal): -16504353 or 14625028. OLE color: 14625028.
HSL color Cylindrical-coordinate representation of color #0429DF: hue angle of 229.86º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0429DF is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 41 | 223 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.13 |
| HSL | 229.86º | 0.96% | 0.45% | - |
| HSV(B) | 229.86º | 0.98% | 0.87% | - |
| XYZ | 14.16 | 6.94 | 70.41 | - |
| YUV | 50.69 | 225.24 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 41 | 223 | 0.98 | 0.82 | 0 | 0.13 | 229.86 | 0.96 | 0.45 |
| Hex | 4 | 29 | DF | 62 | 52 | 0 | D | E6 | 60 | 2D |
| Octal | 4 | 51 | 337 | 142 | 122 | 0 | 15 | 346 | 140 | 55 |
| Binary | 100 | 101001 | 11011111 | 1100010 | 1010010 | 0 | 1101 | 11100110 | 1100000 | 101101 |
Color Harmonies of #0429DF
Complementary color
Monochromatic Colors of #0429DF
Black with #0429DF
Text Example
Text Example
White with #0429DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0429DF; }
p { color: rgb(4,41,223); }
H1.HeaderClassName
{
color: #0429DF;
}
.AnyTagClassName
{
color: #0429DF;
}
</style>
background-color css
<style>
a { background-color: #0429DF; }
a { background-color: rgb(4,41,223); }
div.DivClassName
{
background-color: #0429DF;
}
.BgClassName
{
background-color: #0429DF;
}
</style>
border-color css
<style>
span { border-color: #0429DF; }
span { border-color: rgb(4,41,223); }
td.TdClassName
{
border-color: #0429DF;
}
.TagClassName
{
border-color: #0429DF;
}
</style>