Shades of Persian Blue #292ABB
Tints of Persian Blue #292ABB
RGB
CMYK
RGB Variations
Color information
#292ABB (or 0x292ABB) is known color: Persian Blue. HEX triplet: 29, 2A and BB. RGB value is (41,42,187). Sum of RGB (Red+Green+Blue) = 41+42+187=270 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.19% from 270); Green value is 42 (16.80% from 255 or 15.56% from 270); Blue value is 187 (73.44% from 255 or 69.26% from 270); Max value from RGB is 187 - color contains mainly: blue. Hex color #292ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292ABB is #D6D544. Grayscale: #393939. Windows color (decimal): -14079301 or 12266025. OLE color: 12266025.
HSL color Cylindrical-coordinate representation of color #292ABB: hue angle of 239.59º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #292ABB is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 42 | 187 | - |
| CMYK | 0.78 | 0.78 | 0 | 0.27 |
| HSL | 239.59º | 0.64% | 0.45% | - |
| HSV(B) | 239.59º | 0.78% | 0.73% | - |
| XYZ | 10.71 | 5.72 | 47.55 | - |
| YUV | 58.23 | 200.67 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 42 | 187 | 0.78 | 0.78 | 0 | 0.27 | 239.59 | 0.64 | 0.45 |
| Hex | 29 | 2A | BB | 4E | 4E | 0 | 1B | F0 | 40 | 2D |
| Octal | 51 | 52 | 273 | 116 | 116 | 0 | 33 | 360 | 100 | 55 |
| Binary | 101001 | 101010 | 10111011 | 1001110 | 1001110 | 0 | 11011 | 11110000 | 1000000 | 101101 |
Color Harmonies of #292ABB
Complementary color
Monochromatic Colors of #292ABB
Black with #292ABB
Text Example
Text Example
White with #292ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292ABB; }
p { color: rgb(41,42,187); }
H1.HeaderClassName
{
color: #292ABB;
}
.AnyTagClassName
{
color: #292ABB;
}
</style>
background-color css
<style>
a { background-color: #292ABB; }
a { background-color: rgb(41,42,187); }
div.DivClassName
{
background-color: #292ABB;
}
.BgClassName
{
background-color: #292ABB;
}
</style>
border-color css
<style>
span { border-color: #292ABB; }
span { border-color: rgb(41,42,187); }
td.TdClassName
{
border-color: #292ABB;
}
.TagClassName
{
border-color: #292ABB;
}
</style>