Shades of Persian Blue #292CAB
Tints of Persian Blue #292CAB
RGB
CMYK
RGB Variations
Color information
#292CAB (or 0x292CAB) is known color: Persian Blue. HEX triplet: 29, 2C and AB. RGB value is (41,44,171). Sum of RGB (Red+Green+Blue) = 41+44+171=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 171 (67.19% from 255 or 66.80% from 256); Max value from RGB is 171 - color contains mainly: blue. Hex color #292CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292CAB is #D6D354. Grayscale: #393939. Windows color (decimal): -14078805 or 11217961. OLE color: 11217961.
HSL color Cylindrical-coordinate representation of color #292CAB: hue angle of 238.62º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #292CAB is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 44 | 171 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.33 |
| HSL | 238.62º | 0.61% | 0.42% | - |
| HSV(B) | 238.62º | 0.76% | 0.67% | - |
| XYZ | 9.17 | 5.21 | 39.05 | - |
| YUV | 57.58 | 192.01 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 44 | 171 | 0.76 | 0.74 | 0 | 0.33 | 238.62 | 0.61 | 0.42 |
| Hex | 29 | 2C | AB | 4C | 4A | 0 | 21 | EF | 3D | 2A |
| Octal | 51 | 54 | 253 | 114 | 112 | 0 | 41 | 357 | 75 | 52 |
| Binary | 101001 | 101100 | 10101011 | 1001100 | 1001010 | 0 | 100001 | 11101111 | 111101 | 101010 |
Color Harmonies of #292CAB
Complementary color
Monochromatic Colors of #292CAB
Black with #292CAB
Text Example
Text Example
White with #292CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292CAB; }
p { color: rgb(41,44,171); }
H1.HeaderClassName
{
color: #292CAB;
}
.AnyTagClassName
{
color: #292CAB;
}
</style>
background-color css
<style>
a { background-color: #292CAB; }
a { background-color: rgb(41,44,171); }
div.DivClassName
{
background-color: #292CAB;
}
.BgClassName
{
background-color: #292CAB;
}
</style>
border-color css
<style>
span { border-color: #292CAB; }
span { border-color: rgb(41,44,171); }
td.TdClassName
{
border-color: #292CAB;
}
.TagClassName
{
border-color: #292CAB;
}
</style>