Shades of Persian Blue #1D42DC
Tints of Persian Blue #1D42DC
RGB
CMYK
RGB Variations
Color information
#1D42DC (or 0x1D42DC) is known color: Persian Blue. HEX triplet: 1D, 42 and DC. RGB value is (29,66,220). Sum of RGB (Red+Green+Blue) = 29+66+220=315 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.21% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 220 (86.33% from 255 or 69.84% from 315); Max value from RGB is 220 - color contains mainly: blue. Hex color #1D42DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D42DC is #E2BD23. Grayscale: #474747. Windows color (decimal): -14859556 or 14434845. OLE color: 14434845.
HSL color Cylindrical-coordinate representation of color #1D42DC: hue angle of 228.38º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D42DC is Cyan = 0.87, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 66 | 220 | - |
| CMYK | 0.87 | 0.7 | 0 | 0.14 |
| HSL | 228.38º | 0.77% | 0.49% | - |
| HSV(B) | 228.38º | 0.87% | 0.86% | - |
| XYZ | 15.37 | 9.32 | 68.7 | - |
| YUV | 72.49 | 211.24 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 66 | 220 | 0.87 | 0.7 | 0 | 0.14 | 228.38 | 0.77 | 0.49 |
| Hex | 1D | 42 | DC | 57 | 46 | 0 | E | E4 | 4D | 31 |
| Octal | 35 | 102 | 334 | 127 | 106 | 0 | 16 | 344 | 115 | 61 |
| Binary | 11101 | 1000010 | 11011100 | 1010111 | 1000110 | 0 | 1110 | 11100100 | 1001101 | 110001 |
Color Harmonies of #1D42DC
Complementary color
Monochromatic Colors of #1D42DC
Black with #1D42DC
Text Example
Text Example
White with #1D42DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D42DC; }
p { color: rgb(29,66,220); }
H1.HeaderClassName
{
color: #1D42DC;
}
.AnyTagClassName
{
color: #1D42DC;
}
</style>
background-color css
<style>
a { background-color: #1D42DC; }
a { background-color: rgb(29,66,220); }
div.DivClassName
{
background-color: #1D42DC;
}
.BgClassName
{
background-color: #1D42DC;
}
</style>
border-color css
<style>
span { border-color: #1D42DC; }
span { border-color: rgb(29,66,220); }
td.TdClassName
{
border-color: #1D42DC;
}
.TagClassName
{
border-color: #1D42DC;
}
</style>