Shades of Persian Blue #292FB5
Tints of Persian Blue #292FB5
RGB
CMYK
RGB Variations
Color information
#292FB5 (or 0x292FB5) is known color: Persian Blue. HEX triplet: 29, 2F and B5. RGB value is (41,47,181). Sum of RGB (Red+Green+Blue) = 41+47+181=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 181 (71.09% from 255 or 67.29% from 269); Max value from RGB is 181 - color contains mainly: blue. Hex color #292FB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292FB5 is #D6D04A. Grayscale: #3B3B3B. Windows color (decimal): -14078027 or 11874089. OLE color: 11874089.
HSL color Cylindrical-coordinate representation of color #292FB5: hue angle of 237.43º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #292FB5 is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 41 | 47 | 181 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.29 |
| HSL | 237.43º | 0.63% | 0.44% | - |
| HSV(B) | 237.43º | 0.77% | 0.71% | - |
| XYZ | 10.27 | 5.84 | 44.3 | - |
| YUV | 60.48 | 196.01 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 47 | 181 | 0.77 | 0.74 | 0 | 0.29 | 237.43 | 0.63 | 0.44 |
| Hex | 29 | 2F | B5 | 4D | 4A | 0 | 1D | ED | 3F | 2C |
| Octal | 51 | 57 | 265 | 115 | 112 | 0 | 35 | 355 | 77 | 54 |
| Binary | 101001 | 101111 | 10110101 | 1001101 | 1001010 | 0 | 11101 | 11101101 | 111111 | 101100 |
Color Harmonies of #292FB5
Complementary color
Monochromatic Colors of #292FB5
Black with #292FB5
Text Example
Text Example
White with #292FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292FB5; }
p { color: rgb(41,47,181); }
H1.HeaderClassName
{
color: #292FB5;
}
.AnyTagClassName
{
color: #292FB5;
}
</style>
background-color css
<style>
a { background-color: #292FB5; }
a { background-color: rgb(41,47,181); }
div.DivClassName
{
background-color: #292FB5;
}
.BgClassName
{
background-color: #292FB5;
}
</style>
border-color css
<style>
span { border-color: #292FB5; }
span { border-color: rgb(41,47,181); }
td.TdClassName
{
border-color: #292FB5;
}
.TagClassName
{
border-color: #292FB5;
}
</style>