Shades of Persian Blue #292CA8
Tints of Persian Blue #292CA8
RGB
CMYK
RGB Variations
Color information
#292CA8 (or 0x292CA8) is known color: Persian Blue. HEX triplet: 29, 2C and A8. RGB value is (41,44,168). Sum of RGB (Red+Green+Blue) = 41+44+168=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 168 (66.02% from 255 or 66.40% from 253); Max value from RGB is 168 - color contains mainly: blue. Hex color #292CA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292CA8 is #D6D357. Grayscale: #383838. Windows color (decimal): -14078808 or 11021353. OLE color: 11021353.
HSL color Cylindrical-coordinate representation of color #292CA8: hue angle of 238.58º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #292CA8 is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 41 | 44 | 168 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.34 |
| HSL | 238.58º | 0.61% | 0.41% | - |
| HSV(B) | 238.58º | 0.76% | 0.66% | - |
| XYZ | 8.88 | 5.1 | 37.56 | - |
| YUV | 57.24 | 190.51 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 44 | 168 | 0.76 | 0.74 | 0 | 0.34 | 238.58 | 0.61 | 0.41 |
| Hex | 29 | 2C | A8 | 4C | 4A | 0 | 22 | EF | 3D | 29 |
| Octal | 51 | 54 | 250 | 114 | 112 | 0 | 42 | 357 | 75 | 51 |
| Binary | 101001 | 101100 | 10101000 | 1001100 | 1001010 | 0 | 100010 | 11101111 | 111101 | 101001 |
Color Harmonies of #292CA8
Complementary color
Monochromatic Colors of #292CA8
Black with #292CA8
Text Example
Text Example
White with #292CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292CA8; }
p { color: rgb(41,44,168); }
H1.HeaderClassName
{
color: #292CA8;
}
.AnyTagClassName
{
color: #292CA8;
}
</style>
background-color css
<style>
a { background-color: #292CA8; }
a { background-color: rgb(41,44,168); }
div.DivClassName
{
background-color: #292CA8;
}
.BgClassName
{
background-color: #292CA8;
}
</style>
border-color css
<style>
span { border-color: #292CA8; }
span { border-color: rgb(41,44,168); }
td.TdClassName
{
border-color: #292CA8;
}
.TagClassName
{
border-color: #292CA8;
}
</style>