Shades of Persian Blue #2E1ACE
Tints of Persian Blue #2E1ACE
RGB
CMYK
RGB Variations
Color information
#2E1ACE (or 0x2E1ACE) is known color: Persian Blue. HEX triplet: 2E, 1A and CE. RGB value is (46,26,206). Sum of RGB (Red+Green+Blue) = 46+26+206=278 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.55% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 206 (80.86% from 255 or 74.10% from 278); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E1ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E1ACE is #D1E531. Grayscale: #333333. Windows color (decimal): -13755698 or 13507118. OLE color: 13507118.
HSL color Cylindrical-coordinate representation of color #2E1ACE: hue angle of 246.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2E1ACE is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 26 | 206 | - |
| CMYK | 0.78 | 0.87 | 0 | 0.19 |
| HSL | 246.67º | 0.78% | 0.45% | - |
| HSV(B) | 246.67º | 0.87% | 0.81% | - |
| XYZ | 12.64 | 5.78 | 58.84 | - |
| YUV | 52.5 | 214.63 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 26 | 206 | 0.78 | 0.87 | 0 | 0.19 | 246.67 | 0.78 | 0.45 |
| Hex | 2E | 1A | CE | 4E | 57 | 0 | 13 | F7 | 4E | 2D |
| Octal | 56 | 32 | 316 | 116 | 127 | 0 | 23 | 367 | 116 | 55 |
| Binary | 101110 | 11010 | 11001110 | 1001110 | 1010111 | 0 | 10011 | 11110111 | 1001110 | 101101 |
Color Harmonies of #2E1ACE
Complementary color
Monochromatic Colors of #2E1ACE
Black with #2E1ACE
Text Example
Text Example
White with #2E1ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1ACE; }
p { color: rgb(46,26,206); }
H1.HeaderClassName
{
color: #2E1ACE;
}
.AnyTagClassName
{
color: #2E1ACE;
}
</style>
background-color css
<style>
a { background-color: #2E1ACE; }
a { background-color: rgb(46,26,206); }
div.DivClassName
{
background-color: #2E1ACE;
}
.BgClassName
{
background-color: #2E1ACE;
}
</style>
border-color css
<style>
span { border-color: #2E1ACE; }
span { border-color: rgb(46,26,206); }
td.TdClassName
{
border-color: #2E1ACE;
}
.TagClassName
{
border-color: #2E1ACE;
}
</style>