Shades of Persian Blue #291DDC
Tints of Persian Blue #291DDC
RGB
CMYK
RGB Variations
Color information
#291DDC (or 0x291DDC) is known color: Persian Blue. HEX triplet: 29, 1D and DC. RGB value is (41,29,220). Sum of RGB (Red+Green+Blue) = 41+29+220=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 29 (11.72% from 255 or 10% from 290); Blue value is 220 (86.33% from 255 or 75.86% from 290); Max value from RGB is 220 - color contains mainly: blue. Hex color #291DDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291DDC is #D6E223. Grayscale: #353535. Windows color (decimal): -14082596 or 14425385. OLE color: 14425385.
HSL color Cylindrical-coordinate representation of color #291DDC: hue angle of 243.77º 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 #291DDC is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 29 | 220 | - |
| CMYK | 0.81 | 0.87 | 0 | 0.14 |
| HSL | 243.77º | 0.77% | 0.49% | - |
| HSV(B) | 243.77º | 0.87% | 0.86% | - |
| XYZ | 14.27 | 6.52 | 68.22 | - |
| YUV | 54.36 | 221.48 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 29 | 220 | 0.81 | 0.87 | 0 | 0.14 | 243.77 | 0.77 | 0.49 |
| Hex | 29 | 1D | DC | 51 | 57 | 0 | E | F4 | 4D | 31 |
| Octal | 51 | 35 | 334 | 121 | 127 | 0 | 16 | 364 | 115 | 61 |
| Binary | 101001 | 11101 | 11011100 | 1010001 | 1010111 | 0 | 1110 | 11110100 | 1001101 | 110001 |
Color Harmonies of #291DDC
Complementary color
Monochromatic Colors of #291DDC
Black with #291DDC
Text Example
Text Example
White with #291DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291DDC; }
p { color: rgb(41,29,220); }
H1.HeaderClassName
{
color: #291DDC;
}
.AnyTagClassName
{
color: #291DDC;
}
</style>
background-color css
<style>
a { background-color: #291DDC; }
a { background-color: rgb(41,29,220); }
div.DivClassName
{
background-color: #291DDC;
}
.BgClassName
{
background-color: #291DDC;
}
</style>
border-color css
<style>
span { border-color: #291DDC; }
span { border-color: rgb(41,29,220); }
td.TdClassName
{
border-color: #291DDC;
}
.TagClassName
{
border-color: #291DDC;
}
</style>