Shades of Persian Blue #292FAD
Tints of Persian Blue #292FAD
RGB
CMYK
RGB Variations
Color information
#292FAD (or 0x292FAD) is known color: Persian Blue. HEX triplet: 29, 2F and AD. RGB value is (41,47,173). Sum of RGB (Red+Green+Blue) = 41+47+173=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 47 (18.75% from 255 or 18.01% from 261); Blue value is 173 (67.97% from 255 or 66.28% from 261); Max value from RGB is 173 - color contains mainly: blue. Hex color #292FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292FAD is #D6D052. Grayscale: #3B3B3B. Windows color (decimal): -14078035 or 11349801. OLE color: 11349801.
HSL color Cylindrical-coordinate representation of color #292FAD: hue angle of 237.27º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #292FAD is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 41 | 47 | 173 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.32 |
| HSL | 237.27º | 0.62% | 0.42% | - |
| HSV(B) | 237.27º | 0.76% | 0.68% | - |
| XYZ | 9.47 | 5.52 | 40.1 | - |
| YUV | 59.57 | 192.01 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 47 | 173 | 0.76 | 0.73 | 0 | 0.32 | 237.27 | 0.62 | 0.42 |
| Hex | 29 | 2F | AD | 4C | 49 | 0 | 20 | ED | 3E | 2A |
| Octal | 51 | 57 | 255 | 114 | 111 | 0 | 40 | 355 | 76 | 52 |
| Binary | 101001 | 101111 | 10101101 | 1001100 | 1001001 | 0 | 100000 | 11101101 | 111110 | 101010 |
Color Harmonies of #292FAD
Complementary color
Monochromatic Colors of #292FAD
Black with #292FAD
Text Example
Text Example
White with #292FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292FAD; }
p { color: rgb(41,47,173); }
H1.HeaderClassName
{
color: #292FAD;
}
.AnyTagClassName
{
color: #292FAD;
}
</style>
background-color css
<style>
a { background-color: #292FAD; }
a { background-color: rgb(41,47,173); }
div.DivClassName
{
background-color: #292FAD;
}
.BgClassName
{
background-color: #292FAD;
}
</style>
border-color css
<style>
span { border-color: #292FAD; }
span { border-color: rgb(41,47,173); }
td.TdClassName
{
border-color: #292FAD;
}
.TagClassName
{
border-color: #292FAD;
}
</style>