Shades of Persian Blue #1D1CCC
Tints of Persian Blue #1D1CCC
RGB
CMYK
RGB Variations
Color information
#1D1CCC (or 0x1D1CCC) is known color: Persian Blue. HEX triplet: 1D, 1C and CC. RGB value is (29,28,204). Sum of RGB (Red+Green+Blue) = 29+28+204=261 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.11% from 261); Green value is 28 (11.33% from 255 or 10.73% from 261); Blue value is 204 (80.08% from 255 or 78.16% from 261); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D1CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D1CCC is #E2E333. Grayscale: #2F2F2F. Windows color (decimal): -14869300 or 13376541. OLE color: 13376541.
HSL color Cylindrical-coordinate representation of color #1D1CCC: hue angle of 240.34º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D1CCC is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 28 | 204 | - |
| CMYK | 0.86 | 0.86 | 0 | 0.2 |
| HSL | 240.34º | 0.76% | 0.45% | - |
| HSV(B) | 240.34º | 0.86% | 0.8% | - |
| XYZ | 11.82 | 5.45 | 57.56 | - |
| YUV | 48.36 | 215.83 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 28 | 204 | 0.86 | 0.86 | 0 | 0.2 | 240.34 | 0.76 | 0.45 |
| Hex | 1D | 1C | CC | 56 | 56 | 0 | 14 | F0 | 4C | 2D |
| Octal | 35 | 34 | 314 | 126 | 126 | 0 | 24 | 360 | 114 | 55 |
| Binary | 11101 | 11100 | 11001100 | 1010110 | 1010110 | 0 | 10100 | 11110000 | 1001100 | 101101 |
Color Harmonies of #1D1CCC
Complementary color
Monochromatic Colors of #1D1CCC
Black with #1D1CCC
Text Example
Text Example
White with #1D1CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1CCC; }
p { color: rgb(29,28,204); }
H1.HeaderClassName
{
color: #1D1CCC;
}
.AnyTagClassName
{
color: #1D1CCC;
}
</style>
background-color css
<style>
a { background-color: #1D1CCC; }
a { background-color: rgb(29,28,204); }
div.DivClassName
{
background-color: #1D1CCC;
}
.BgClassName
{
background-color: #1D1CCC;
}
</style>
border-color css
<style>
span { border-color: #1D1CCC; }
span { border-color: rgb(29,28,204); }
td.TdClassName
{
border-color: #1D1CCC;
}
.TagClassName
{
border-color: #1D1CCC;
}
</style>