Shades of Persian Blue #292FC8
Tints of Persian Blue #292FC8
RGB
CMYK
RGB Variations
Color information
#292FC8 (or 0x292FC8) is known color: Persian Blue. HEX triplet: 29, 2F and C8. RGB value is (41,47,200). Sum of RGB (Red+Green+Blue) = 41+47+200=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 200 (78.52% from 255 or 69.44% from 288); Max value from RGB is 200 - color contains mainly: blue. Hex color #292FC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292FC8 is #D6D037. Grayscale: #3E3E3E. Windows color (decimal): -14078008 or 13119273. OLE color: 13119273.
HSL color Cylindrical-coordinate representation of color #292FC8: hue angle of 237.74º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #292FC8 is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 41 | 47 | 200 | - |
| CMYK | 0.80 | 0.76 | 0 | 0.22 |
| HSL | 237.74º | 0.66% | 0.47% | - |
| HSV(B) | 237.74º | 0.8% | 0.78% | - |
| XYZ | 12.36 | 6.67 | 55.28 | - |
| YUV | 62.65 | 205.51 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 47 | 200 | 0.80 | 0.76 | 0 | 0.22 | 237.74 | 0.66 | 0.47 |
| Hex | 29 | 2F | C8 | 50 | 4C | 0 | 16 | EE | 42 | 2F |
| Octal | 51 | 57 | 310 | 120 | 114 | 0 | 26 | 356 | 102 | 57 |
| Binary | 101001 | 101111 | 11001000 | 1010000 | 1001100 | 0 | 10110 | 11101110 | 1000010 | 101111 |
Color Harmonies of #292FC8
Complementary color
Monochromatic Colors of #292FC8
Black with #292FC8
Text Example
Text Example
White with #292FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292FC8; }
p { color: rgb(41,47,200); }
H1.HeaderClassName
{
color: #292FC8;
}
.AnyTagClassName
{
color: #292FC8;
}
</style>
background-color css
<style>
a { background-color: #292FC8; }
a { background-color: rgb(41,47,200); }
div.DivClassName
{
background-color: #292FC8;
}
.BgClassName
{
background-color: #292FC8;
}
</style>
border-color css
<style>
span { border-color: #292FC8; }
span { border-color: rgb(41,47,200); }
td.TdClassName
{
border-color: #292FC8;
}
.TagClassName
{
border-color: #292FC8;
}
</style>