Shades of Persian Blue #292ACC
Tints of Persian Blue #292ACC
RGB
CMYK
RGB Variations
Color information
#292ACC (or 0x292ACC) is known color: Persian Blue. HEX triplet: 29, 2A and CC. RGB value is (41,42,204). Sum of RGB (Red+Green+Blue) = 41+42+204=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 42 (16.80% from 255 or 14.63% from 287); Blue value is 204 (80.08% from 255 or 71.08% from 287); Max value from RGB is 204 - color contains mainly: blue. Hex color #292ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292ACC is #D6D533. Grayscale: #3B3B3B. Windows color (decimal): -14079284 or 13380137. OLE color: 13380137.
HSL color Cylindrical-coordinate representation of color #292ACC: hue angle of 239.63º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #292ACC is Cyan = 0.80, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 41 | 42 | 204 | - |
| CMYK | 0.80 | 0.79 | 0 | 0.2 |
| HSL | 239.63º | 0.67% | 0.48% | - |
| HSV(B) | 239.63º | 0.8% | 0.8% | - |
| XYZ | 12.64 | 6.49 | 57.71 | - |
| YUV | 60.17 | 209.17 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 42 | 204 | 0.80 | 0.79 | 0 | 0.2 | 239.63 | 0.67 | 0.48 |
| Hex | 29 | 2A | CC | 50 | 4F | 0 | 14 | F0 | 43 | 30 |
| Octal | 51 | 52 | 314 | 120 | 117 | 0 | 24 | 360 | 103 | 60 |
| Binary | 101001 | 101010 | 11001100 | 1010000 | 1001111 | 0 | 10100 | 11110000 | 1000011 | 110000 |
Color Harmonies of #292ACC
Complementary color
Monochromatic Colors of #292ACC
Black with #292ACC
Text Example
Text Example
White with #292ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292ACC; }
p { color: rgb(41,42,204); }
H1.HeaderClassName
{
color: #292ACC;
}
.AnyTagClassName
{
color: #292ACC;
}
</style>
background-color css
<style>
a { background-color: #292ACC; }
a { background-color: rgb(41,42,204); }
div.DivClassName
{
background-color: #292ACC;
}
.BgClassName
{
background-color: #292ACC;
}
</style>
border-color css
<style>
span { border-color: #292ACC; }
span { border-color: rgb(41,42,204); }
td.TdClassName
{
border-color: #292ACC;
}
.TagClassName
{
border-color: #292ACC;
}
</style>