Shades of Persian Blue #0429DC
Tints of Persian Blue #0429DC
RGB
CMYK
RGB Variations
Color information
#0429DC (or 0x0429DC) is known color: Persian Blue. HEX triplet: 04, 29 and DC. RGB value is (4,41,220). Sum of RGB (Red+Green+Blue) = 4+41+220=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 220 (86.33% from 255 or 83.02% from 265); Max value from RGB is 220 - color contains mainly: blue. Hex color #0429DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0429DC is #FBD623. Grayscale: #313131. Windows color (decimal): -16504356 or 14428420. OLE color: 14428420.
HSL color Cylindrical-coordinate representation of color #0429DC: hue angle of 229.72º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0429DC is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 41 | 220 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.14 |
| HSL | 229.72º | 0.96% | 0.44% | - |
| HSV(B) | 229.72º | 0.98% | 0.86% | - |
| XYZ | 13.76 | 6.78 | 68.29 | - |
| YUV | 50.34 | 223.74 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 41 | 220 | 0.98 | 0.81 | 0 | 0.14 | 229.72 | 0.96 | 0.44 |
| Hex | 4 | 29 | DC | 62 | 51 | 0 | E | E6 | 60 | 2C |
| Octal | 4 | 51 | 334 | 142 | 121 | 0 | 16 | 346 | 140 | 54 |
| Binary | 100 | 101001 | 11011100 | 1100010 | 1010001 | 0 | 1110 | 11100110 | 1100000 | 101100 |
Color Harmonies of #0429DC
Complementary color
Monochromatic Colors of #0429DC
Black with #0429DC
Text Example
Text Example
White with #0429DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0429DC; }
p { color: rgb(4,41,220); }
H1.HeaderClassName
{
color: #0429DC;
}
.AnyTagClassName
{
color: #0429DC;
}
</style>
background-color css
<style>
a { background-color: #0429DC; }
a { background-color: rgb(4,41,220); }
div.DivClassName
{
background-color: #0429DC;
}
.BgClassName
{
background-color: #0429DC;
}
</style>
border-color css
<style>
span { border-color: #0429DC; }
span { border-color: rgb(4,41,220); }
td.TdClassName
{
border-color: #0429DC;
}
.TagClassName
{
border-color: #0429DC;
}
</style>