Shades of Persian Blue #1D2CDD
Tints of Persian Blue #1D2CDD
RGB
CMYK
RGB Variations
Color information
#1D2CDD (or 0x1D2CDD) is known color: Persian Blue. HEX triplet: 1D, 2C and DD. RGB value is (29,44,221). Sum of RGB (Red+Green+Blue) = 29+44+221=294 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.86% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 221 (86.72% from 255 or 75.17% from 294); Max value from RGB is 221 - color contains mainly: blue. Hex color #1D2CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D2CDD is #E2D322. Grayscale: #3A3A3A. Windows color (decimal): -14865187 or 14494749. OLE color: 14494749.
HSL color Cylindrical-coordinate representation of color #1D2CDD: hue angle of 235.31º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D2CDD is Cyan = 0.87, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 44 | 221 | - |
| CMYK | 0.87 | 0.80 | 0 | 0.13 |
| HSL | 235.31º | 0.77% | 0.49% | - |
| HSV(B) | 235.31º | 0.87% | 0.87% | - |
| XYZ | 14.46 | 7.28 | 69.05 | - |
| YUV | 59.69 | 219.03 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 44 | 221 | 0.87 | 0.80 | 0 | 0.13 | 235.31 | 0.77 | 0.49 |
| Hex | 1D | 2C | DD | 57 | 50 | 0 | D | EB | 4D | 31 |
| Octal | 35 | 54 | 335 | 127 | 120 | 0 | 15 | 353 | 115 | 61 |
| Binary | 11101 | 101100 | 11011101 | 1010111 | 1010000 | 0 | 1101 | 11101011 | 1001101 | 110001 |
Color Harmonies of #1D2CDD
Complementary color
Monochromatic Colors of #1D2CDD
Black with #1D2CDD
Text Example
Text Example
White with #1D2CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2CDD; }
p { color: rgb(29,44,221); }
H1.HeaderClassName
{
color: #1D2CDD;
}
.AnyTagClassName
{
color: #1D2CDD;
}
</style>
background-color css
<style>
a { background-color: #1D2CDD; }
a { background-color: rgb(29,44,221); }
div.DivClassName
{
background-color: #1D2CDD;
}
.BgClassName
{
background-color: #1D2CDD;
}
</style>
border-color css
<style>
span { border-color: #1D2CDD; }
span { border-color: rgb(29,44,221); }
td.TdClassName
{
border-color: #1D2CDD;
}
.TagClassName
{
border-color: #1D2CDD;
}
</style>