Shades of Persian Blue #291ECE
Tints of Persian Blue #291ECE
RGB
CMYK
RGB Variations
Color information
#291ECE (or 0x291ECE) is known color: Persian Blue. HEX triplet: 29, 1E and CE. RGB value is (41,30,206). Sum of RGB (Red+Green+Blue) = 41+30+206=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 30 (12.11% from 255 or 10.83% from 277); Blue value is 206 (80.86% from 255 or 74.37% from 277); Max value from RGB is 206 - color contains mainly: blue. Hex color #291ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291ECE is #D6E131. Grayscale: #343434. Windows color (decimal): -14082354 or 13508137. OLE color: 13508137.
HSL color Cylindrical-coordinate representation of color #291ECE: hue angle of 243.75º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #291ECE is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 30 | 206 | - |
| CMYK | 0.80 | 0.85 | 0 | 0.19 |
| HSL | 243.75º | 0.75% | 0.46% | - |
| HSV(B) | 243.75º | 0.85% | 0.81% | - |
| XYZ | 12.52 | 5.86 | 58.86 | - |
| YUV | 53.35 | 214.14 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 30 | 206 | 0.80 | 0.85 | 0 | 0.19 | 243.75 | 0.75 | 0.46 |
| Hex | 29 | 1E | CE | 50 | 55 | 0 | 13 | F4 | 4B | 2E |
| Octal | 51 | 36 | 316 | 120 | 125 | 0 | 23 | 364 | 113 | 56 |
| Binary | 101001 | 11110 | 11001110 | 1010000 | 1010101 | 0 | 10011 | 11110100 | 1001011 | 101110 |
Color Harmonies of #291ECE
Complementary color
Monochromatic Colors of #291ECE
Black with #291ECE
Text Example
Text Example
White with #291ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291ECE; }
p { color: rgb(41,30,206); }
H1.HeaderClassName
{
color: #291ECE;
}
.AnyTagClassName
{
color: #291ECE;
}
</style>
background-color css
<style>
a { background-color: #291ECE; }
a { background-color: rgb(41,30,206); }
div.DivClassName
{
background-color: #291ECE;
}
.BgClassName
{
background-color: #291ECE;
}
</style>
border-color css
<style>
span { border-color: #291ECE; }
span { border-color: rgb(41,30,206); }
td.TdClassName
{
border-color: #291ECE;
}
.TagClassName
{
border-color: #291ECE;
}
</style>