Shades of Persian Blue #291CDD
Tints of Persian Blue #291CDD
RGB
CMYK
RGB Variations
Color information
#291CDD (or 0x291CDD) is known color: Persian Blue. HEX triplet: 29, 1C and DD. RGB value is (41,28,221). Sum of RGB (Red+Green+Blue) = 41+28+221=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 28 (11.33% from 255 or 9.66% from 290); Blue value is 221 (86.72% from 255 or 76.21% from 290); Max value from RGB is 221 - color contains mainly: blue. Hex color #291CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291CDD is #D6E322. Grayscale: #353535. Windows color (decimal): -14082851 or 14490665. OLE color: 14490665.
HSL color Cylindrical-coordinate representation of color #291CDD: hue angle of 244.04º degrees, saturation: 0.78, 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 #291CDD is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 28 | 221 | - |
| CMYK | 0.81 | 0.87 | 0 | 0.13 |
| HSL | 244.04º | 0.78% | 0.49% | - |
| HSV(B) | 244.04º | 0.87% | 0.87% | - |
| XYZ | 14.38 | 6.52 | 68.91 | - |
| YUV | 53.89 | 222.31 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 28 | 221 | 0.81 | 0.87 | 0 | 0.13 | 244.04 | 0.78 | 0.49 |
| Hex | 29 | 1C | DD | 51 | 57 | 0 | D | F4 | 4E | 31 |
| Octal | 51 | 34 | 335 | 121 | 127 | 0 | 15 | 364 | 116 | 61 |
| Binary | 101001 | 11100 | 11011101 | 1010001 | 1010111 | 0 | 1101 | 11110100 | 1001110 | 110001 |
Color Harmonies of #291CDD
Complementary color
Monochromatic Colors of #291CDD
Black with #291CDD
Text Example
Text Example
White with #291CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291CDD; }
p { color: rgb(41,28,221); }
H1.HeaderClassName
{
color: #291CDD;
}
.AnyTagClassName
{
color: #291CDD;
}
</style>
background-color css
<style>
a { background-color: #291CDD; }
a { background-color: rgb(41,28,221); }
div.DivClassName
{
background-color: #291CDD;
}
.BgClassName
{
background-color: #291CDD;
}
</style>
border-color css
<style>
span { border-color: #291CDD; }
span { border-color: rgb(41,28,221); }
td.TdClassName
{
border-color: #291CDD;
}
.TagClassName
{
border-color: #291CDD;
}
</style>