Shades of Persian Blue #293EE1
Tints of Persian Blue #293EE1
RGB
CMYK
RGB Variations
Color information
#293EE1 (or 0x293EE1) is known color: Persian Blue. HEX triplet: 29, 3E and E1. RGB value is (41,62,225). Sum of RGB (Red+Green+Blue) = 41+62+225=328 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.5% from 328); Green value is 62 (24.61% from 255 or 18.90% from 328); Blue value is 225 (88.28% from 255 or 68.60% from 328); Max value from RGB is 225 - color contains mainly: blue. Hex color #293EE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293EE1 is #D6C11E. Grayscale: #494949. Windows color (decimal): -14074143 or 14761513. OLE color: 14761513.
HSL color Cylindrical-coordinate representation of color #293EE1: hue angle of 233.15º 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 #293EE1 is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 41 | 62 | 225 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.12 |
| HSL | 233.15º | 0.75% | 0.52% | - |
| HSV(B) | 233.15º | 0.82% | 0.88% | - |
| XYZ | 16.23 | 9.35 | 72.18 | - |
| YUV | 74.3 | 213.04 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 62 | 225 | 0.82 | 0.72 | 0 | 0.12 | 233.15 | 0.75 | 0.52 |
| Hex | 29 | 3E | E1 | 52 | 48 | 0 | C | E9 | 4B | 34 |
| Octal | 51 | 76 | 341 | 122 | 110 | 0 | 14 | 351 | 113 | 64 |
| Binary | 101001 | 111110 | 11100001 | 1010010 | 1001000 | 0 | 1100 | 11101001 | 1001011 | 110100 |
Color Harmonies of #293EE1
Complementary color
Monochromatic Colors of #293EE1
Black with #293EE1
Text Example
Text Example
White with #293EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293EE1; }
p { color: rgb(41,62,225); }
H1.HeaderClassName
{
color: #293EE1;
}
.AnyTagClassName
{
color: #293EE1;
}
</style>
background-color css
<style>
a { background-color: #293EE1; }
a { background-color: rgb(41,62,225); }
div.DivClassName
{
background-color: #293EE1;
}
.BgClassName
{
background-color: #293EE1;
}
</style>
border-color css
<style>
span { border-color: #293EE1; }
span { border-color: rgb(41,62,225); }
td.TdClassName
{
border-color: #293EE1;
}
.TagClassName
{
border-color: #293EE1;
}
</style>