Shades of Persian Blue #2E20C0
Tints of Persian Blue #2E20C0
RGB
CMYK
RGB Variations
Color information
#2E20C0 (or 0x2E20C0) is known color: Persian Blue. HEX triplet: 2E, 20 and C0. RGB value is (46,32,192). Sum of RGB (Red+Green+Blue) = 46+32+192=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 192 (75.39% from 255 or 71.11% from 270); Max value from RGB is 192 - color contains mainly: blue. Hex color #2E20C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E20C0 is #D1DF3F. Grayscale: #353535. Windows color (decimal): -13754176 or 12591150. OLE color: 12591150.
HSL color Cylindrical-coordinate representation of color #2E20C0: hue angle of 245.25º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E20C0 is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 32 | 192 | - |
| CMYK | 0.76 | 0.83 | 0 | 0.25 |
| HSL | 245.25º | 0.71% | 0.44% | - |
| HSV(B) | 245.25º | 0.83% | 0.75% | - |
| XYZ | 11.16 | 5.42 | 50.33 | - |
| YUV | 54.43 | 205.64 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 32 | 192 | 0.76 | 0.83 | 0 | 0.25 | 245.25 | 0.71 | 0.44 |
| Hex | 2E | 20 | C0 | 4C | 53 | 0 | 19 | F5 | 47 | 2C |
| Octal | 56 | 40 | 300 | 114 | 123 | 0 | 31 | 365 | 107 | 54 |
| Binary | 101110 | 100000 | 11000000 | 1001100 | 1010011 | 0 | 11001 | 11110101 | 1000111 | 101100 |
Color Harmonies of #2E20C0
Complementary color
Monochromatic Colors of #2E20C0
Black with #2E20C0
Text Example
Text Example
White with #2E20C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E20C0; }
p { color: rgb(46,32,192); }
H1.HeaderClassName
{
color: #2E20C0;
}
.AnyTagClassName
{
color: #2E20C0;
}
</style>
background-color css
<style>
a { background-color: #2E20C0; }
a { background-color: rgb(46,32,192); }
div.DivClassName
{
background-color: #2E20C0;
}
.BgClassName
{
background-color: #2E20C0;
}
</style>
border-color css
<style>
span { border-color: #2E20C0; }
span { border-color: rgb(46,32,192); }
td.TdClassName
{
border-color: #2E20C0;
}
.TagClassName
{
border-color: #2E20C0;
}
</style>