Shades of Persian Blue #2E20CF
Tints of Persian Blue #2E20CF
RGB
CMYK
RGB Variations
Color information
#2E20CF (or 0x2E20CF) is known color: Persian Blue. HEX triplet: 2E, 20 and CF. RGB value is (46,32,207). Sum of RGB (Red+Green+Blue) = 46+32+207=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 207 (81.25% from 255 or 72.63% from 285); Max value from RGB is 207 - color contains mainly: blue. Hex color #2E20CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E20CF is #D1DF30. Grayscale: #373737. Windows color (decimal): -13754161 or 13574190. OLE color: 13574190.
HSL color Cylindrical-coordinate representation of color #2E20CF: hue angle of 244.8º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E20CF is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 32 | 207 | - |
| CMYK | 0.78 | 0.85 | 0 | 0.19 |
| HSL | 244.8º | 0.73% | 0.47% | - |
| HSV(B) | 244.8º | 0.85% | 0.81% | - |
| XYZ | 12.91 | 6.12 | 59.53 | - |
| YUV | 56.14 | 213.14 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 32 | 207 | 0.78 | 0.85 | 0 | 0.19 | 244.8 | 0.73 | 0.47 |
| Hex | 2E | 20 | CF | 4E | 55 | 0 | 13 | F5 | 49 | 2F |
| Octal | 56 | 40 | 317 | 116 | 125 | 0 | 23 | 365 | 111 | 57 |
| Binary | 101110 | 100000 | 11001111 | 1001110 | 1010101 | 0 | 10011 | 11110101 | 1001001 | 101111 |
Color Harmonies of #2E20CF
Complementary color
Monochromatic Colors of #2E20CF
Black with #2E20CF
Text Example
Text Example
White with #2E20CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E20CF; }
p { color: rgb(46,32,207); }
H1.HeaderClassName
{
color: #2E20CF;
}
.AnyTagClassName
{
color: #2E20CF;
}
</style>
background-color css
<style>
a { background-color: #2E20CF; }
a { background-color: rgb(46,32,207); }
div.DivClassName
{
background-color: #2E20CF;
}
.BgClassName
{
background-color: #2E20CF;
}
</style>
border-color css
<style>
span { border-color: #2E20CF; }
span { border-color: rgb(46,32,207); }
td.TdClassName
{
border-color: #2E20CF;
}
.TagClassName
{
border-color: #2E20CF;
}
</style>