Shades of Persian Blue #292FE1
Tints of Persian Blue #292FE1
RGB
CMYK
RGB Variations
Color information
#292FE1 (or 0x292FE1) is known color: Persian Blue. HEX triplet: 29, 2F and E1. RGB value is (41,47,225). Sum of RGB (Red+Green+Blue) = 41+47+225=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 47 (18.75% from 255 or 15.02% from 313); Blue value is 225 (88.28% from 255 or 71.88% from 313); Max value from RGB is 225 - color contains mainly: blue. Hex color #292FE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292FE1 is #D6D01E. Grayscale: #404040. Windows color (decimal): -14077983 or 14757673. OLE color: 14757673.
HSL color Cylindrical-coordinate representation of color #292FE1: hue angle of 238.04º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #292FE1 is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 41 | 47 | 225 | - |
| CMYK | 0.82 | 0.79 | 0 | 0.12 |
| HSL | 238.04º | 0.75% | 0.52% | - |
| HSV(B) | 238.04º | 0.82% | 0.88% | - |
| XYZ | 15.52 | 7.94 | 71.95 | - |
| YUV | 65.5 | 218.01 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 47 | 225 | 0.82 | 0.79 | 0 | 0.12 | 238.04 | 0.75 | 0.52 |
| Hex | 29 | 2F | E1 | 52 | 4F | 0 | C | EE | 4B | 34 |
| Octal | 51 | 57 | 341 | 122 | 117 | 0 | 14 | 356 | 113 | 64 |
| Binary | 101001 | 101111 | 11100001 | 1010010 | 1001111 | 0 | 1100 | 11101110 | 1001011 | 110100 |
Color Harmonies of #292FE1
Complementary color
Monochromatic Colors of #292FE1
Black with #292FE1
Text Example
Text Example
White with #292FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292FE1; }
p { color: rgb(41,47,225); }
H1.HeaderClassName
{
color: #292FE1;
}
.AnyTagClassName
{
color: #292FE1;
}
</style>
background-color css
<style>
a { background-color: #292FE1; }
a { background-color: rgb(41,47,225); }
div.DivClassName
{
background-color: #292FE1;
}
.BgClassName
{
background-color: #292FE1;
}
</style>
border-color css
<style>
span { border-color: #292FE1; }
span { border-color: rgb(41,47,225); }
td.TdClassName
{
border-color: #292FE1;
}
.TagClassName
{
border-color: #292FE1;
}
</style>