Shades of Persian Blue #292AB3
Tints of Persian Blue #292AB3
RGB
CMYK
RGB Variations
Color information
#292AB3 (or 0x292AB3) is known color: Persian Blue. HEX triplet: 29, 2A and B3. RGB value is (41,42,179). Sum of RGB (Red+Green+Blue) = 41+42+179=262 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.65% from 262); Green value is 42 (16.80% from 255 or 16.03% from 262); Blue value is 179 (70.31% from 255 or 68.32% from 262); Max value from RGB is 179 - color contains mainly: blue. Hex color #292AB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292AB3 is #D6D54C. Grayscale: #383838. Windows color (decimal): -14079309 or 11741737. OLE color: 11741737.
HSL color Cylindrical-coordinate representation of color #292AB3: hue angle of 239.57º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #292AB3 is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 41 | 42 | 179 | - |
| CMYK | 0.77 | 0.77 | 0 | 0.30 |
| HSL | 239.57º | 0.63% | 0.43% | - |
| HSV(B) | 239.57º | 0.77% | 0.7% | - |
| XYZ | 9.88 | 5.38 | 43.17 | - |
| YUV | 57.32 | 196.67 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 42 | 179 | 0.77 | 0.77 | 0 | 0.30 | 239.57 | 0.63 | 0.43 |
| Hex | 29 | 2A | B3 | 4D | 4D | 0 | 1E | F0 | 3F | 2B |
| Octal | 51 | 52 | 263 | 115 | 115 | 0 | 36 | 360 | 77 | 53 |
| Binary | 101001 | 101010 | 10110011 | 1001101 | 1001101 | 0 | 11110 | 11110000 | 111111 | 101011 |
Color Harmonies of #292AB3
Complementary color
Monochromatic Colors of #292AB3
Black with #292AB3
Text Example
Text Example
White with #292AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292AB3; }
p { color: rgb(41,42,179); }
H1.HeaderClassName
{
color: #292AB3;
}
.AnyTagClassName
{
color: #292AB3;
}
</style>
background-color css
<style>
a { background-color: #292AB3; }
a { background-color: rgb(41,42,179); }
div.DivClassName
{
background-color: #292AB3;
}
.BgClassName
{
background-color: #292AB3;
}
</style>
border-color css
<style>
span { border-color: #292AB3; }
span { border-color: rgb(41,42,179); }
td.TdClassName
{
border-color: #292AB3;
}
.TagClassName
{
border-color: #292AB3;
}
</style>