Shades of Persian Blue #292FAA
Tints of Persian Blue #292FAA
RGB
CMYK
RGB Variations
Color information
#292FAA (or 0x292FAA) is known color: Persian Blue. HEX triplet: 29, 2F and AA. RGB value is (41,47,170). Sum of RGB (Red+Green+Blue) = 41+47+170=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 47 (18.75% from 255 or 18.22% from 258); Blue value is 170 (66.80% from 255 or 65.89% from 258); Max value from RGB is 170 - color contains mainly: blue. Hex color #292FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292FAA is #D6D055. Grayscale: #3A3A3A. Windows color (decimal): -14078038 or 11153193. OLE color: 11153193.
HSL color Cylindrical-coordinate representation of color #292FAA: hue angle of 237.21º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #292FAA is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 47 | 170 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.33 |
| HSL | 237.21º | 0.61% | 0.41% | - |
| HSV(B) | 237.21º | 0.76% | 0.67% | - |
| XYZ | 9.19 | 5.41 | 38.59 | - |
| YUV | 59.23 | 190.51 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 47 | 170 | 0.76 | 0.72 | 0 | 0.33 | 237.21 | 0.61 | 0.41 |
| Hex | 29 | 2F | AA | 4C | 48 | 0 | 21 | ED | 3D | 29 |
| Octal | 51 | 57 | 252 | 114 | 110 | 0 | 41 | 355 | 75 | 51 |
| Binary | 101001 | 101111 | 10101010 | 1001100 | 1001000 | 0 | 100001 | 11101101 | 111101 | 101001 |
Color Harmonies of #292FAA
Complementary color
Monochromatic Colors of #292FAA
Black with #292FAA
Text Example
Text Example
White with #292FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292FAA; }
p { color: rgb(41,47,170); }
H1.HeaderClassName
{
color: #292FAA;
}
.AnyTagClassName
{
color: #292FAA;
}
</style>
background-color css
<style>
a { background-color: #292FAA; }
a { background-color: rgb(41,47,170); }
div.DivClassName
{
background-color: #292FAA;
}
.BgClassName
{
background-color: #292FAA;
}
</style>
border-color css
<style>
span { border-color: #292FAA; }
span { border-color: rgb(41,47,170); }
td.TdClassName
{
border-color: #292FAA;
}
.TagClassName
{
border-color: #292FAA;
}
</style>