Shades of Persian Blue #2932E5
Tints of Persian Blue #2932E5
RGB
CMYK
RGB Variations
Color information
#2932E5 (or 0x2932E5) is known color: Persian Blue. HEX triplet: 29, 32 and E5. RGB value is (41,50,229). Sum of RGB (Red+Green+Blue) = 41+50+229=320 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.81% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 229 (89.84% from 255 or 71.56% from 320); Max value from RGB is 229 - color contains mainly: blue. Hex color #2932E5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2932E5 is #D6CD1A. Grayscale: #424242. Windows color (decimal): -14077211 or 15020585. OLE color: 15020585.
HSL color Cylindrical-coordinate representation of color #2932E5: hue angle of 237.13º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2932E5 is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 41 | 50 | 229 | - |
| CMYK | 0.82 | 0.78 | 0 | 0.10 |
| HSL | 237.13º | 0.78% | 0.53% | - |
| HSV(B) | 237.13º | 0.82% | 0.9% | - |
| XYZ | 16.2 | 8.41 | 74.9 | - |
| YUV | 67.72 | 219.02 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 50 | 229 | 0.82 | 0.78 | 0 | 0.10 | 237.13 | 0.78 | 0.53 |
| Hex | 29 | 32 | E5 | 52 | 4E | 0 | A | ED | 4E | 35 |
| Octal | 51 | 62 | 345 | 122 | 116 | 0 | 12 | 355 | 116 | 65 |
| Binary | 101001 | 110010 | 11100101 | 1010010 | 1001110 | 0 | 1010 | 11101101 | 1001110 | 110101 |
Color Harmonies of #2932E5
Complementary color
Monochromatic Colors of #2932E5
Black with #2932E5
Text Example
Text Example
White with #2932E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2932E5; }
p { color: rgb(41,50,229); }
H1.HeaderClassName
{
color: #2932E5;
}
.AnyTagClassName
{
color: #2932E5;
}
</style>
background-color css
<style>
a { background-color: #2932E5; }
a { background-color: rgb(41,50,229); }
div.DivClassName
{
background-color: #2932E5;
}
.BgClassName
{
background-color: #2932E5;
}
</style>
border-color css
<style>
span { border-color: #2932E5; }
span { border-color: rgb(41,50,229); }
td.TdClassName
{
border-color: #2932E5;
}
.TagClassName
{
border-color: #2932E5;
}
</style>