Shades of Persian Blue #1D1CC6
Tints of Persian Blue #1D1CC6
RGB
CMYK
RGB Variations
Color information
#1D1CC6 (or 0x1D1CC6) is known color: Persian Blue. HEX triplet: 1D, 1C and C6. RGB value is (29,28,198). Sum of RGB (Red+Green+Blue) = 29+28+198=255 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.37% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 198 (77.73% from 255 or 77.65% from 255); Max value from RGB is 198 - color contains mainly: blue. Hex color #1D1CC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D1CC6 is #E2E339. Grayscale: #2F2F2F. Windows color (decimal): -14869306 or 12983325. OLE color: 12983325.
HSL color Cylindrical-coordinate representation of color #1D1CC6: hue angle of 240.35º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D1CC6 is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 29 | 28 | 198 | - |
| CMYK | 0.85 | 0.86 | 0 | 0.22 |
| HSL | 240.35º | 0.75% | 0.44% | - |
| HSV(B) | 240.35º | 0.86% | 0.78% | - |
| XYZ | 11.11 | 5.17 | 53.84 | - |
| YUV | 47.68 | 212.83 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 28 | 198 | 0.85 | 0.86 | 0 | 0.22 | 240.35 | 0.75 | 0.44 |
| Hex | 1D | 1C | C6 | 55 | 56 | 0 | 16 | F0 | 4B | 2C |
| Octal | 35 | 34 | 306 | 125 | 126 | 0 | 26 | 360 | 113 | 54 |
| Binary | 11101 | 11100 | 11000110 | 1010101 | 1010110 | 0 | 10110 | 11110000 | 1001011 | 101100 |
Color Harmonies of #1D1CC6
Complementary color
Monochromatic Colors of #1D1CC6
Black with #1D1CC6
Text Example
Text Example
White with #1D1CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1CC6; }
p { color: rgb(29,28,198); }
H1.HeaderClassName
{
color: #1D1CC6;
}
.AnyTagClassName
{
color: #1D1CC6;
}
</style>
background-color css
<style>
a { background-color: #1D1CC6; }
a { background-color: rgb(29,28,198); }
div.DivClassName
{
background-color: #1D1CC6;
}
.BgClassName
{
background-color: #1D1CC6;
}
</style>
border-color css
<style>
span { border-color: #1D1CC6; }
span { border-color: rgb(29,28,198); }
td.TdClassName
{
border-color: #1D1CC6;
}
.TagClassName
{
border-color: #1D1CC6;
}
</style>