Shades of Persian Blue #1D1CCA
Tints of Persian Blue #1D1CCA
RGB
CMYK
RGB Variations
Color information
#1D1CCA (or 0x1D1CCA) is known color: Persian Blue. HEX triplet: 1D, 1C and CA. RGB value is (29,28,202). Sum of RGB (Red+Green+Blue) = 29+28+202=259 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.20% from 259); Green value is 28 (11.33% from 255 or 10.81% from 259); Blue value is 202 (79.30% from 255 or 77.99% from 259); Max value from RGB is 202 - color contains mainly: blue. Hex color #1D1CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D1CCA is #E2E335. Grayscale: #2F2F2F. Windows color (decimal): -14869302 or 13245469. OLE color: 13245469.
HSL color Cylindrical-coordinate representation of color #1D1CCA: hue angle of 240.34º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D1CCA is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 29 | 28 | 202 | - |
| CMYK | 0.86 | 0.86 | 0 | 0.21 |
| HSL | 240.34º | 0.76% | 0.45% | - |
| HSV(B) | 240.34º | 0.86% | 0.79% | - |
| XYZ | 11.58 | 5.36 | 56.3 | - |
| YUV | 48.14 | 214.83 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 28 | 202 | 0.86 | 0.86 | 0 | 0.21 | 240.34 | 0.76 | 0.45 |
| Hex | 1D | 1C | CA | 56 | 56 | 0 | 15 | F0 | 4C | 2D |
| Octal | 35 | 34 | 312 | 126 | 126 | 0 | 25 | 360 | 114 | 55 |
| Binary | 11101 | 11100 | 11001010 | 1010110 | 1010110 | 0 | 10101 | 11110000 | 1001100 | 101101 |
Color Harmonies of #1D1CCA
Complementary color
Monochromatic Colors of #1D1CCA
Black with #1D1CCA
Text Example
Text Example
White with #1D1CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1CCA; }
p { color: rgb(29,28,202); }
H1.HeaderClassName
{
color: #1D1CCA;
}
.AnyTagClassName
{
color: #1D1CCA;
}
</style>
background-color css
<style>
a { background-color: #1D1CCA; }
a { background-color: rgb(29,28,202); }
div.DivClassName
{
background-color: #1D1CCA;
}
.BgClassName
{
background-color: #1D1CCA;
}
</style>
border-color css
<style>
span { border-color: #1D1CCA; }
span { border-color: rgb(29,28,202); }
td.TdClassName
{
border-color: #1D1CCA;
}
.TagClassName
{
border-color: #1D1CCA;
}
</style>