Shades of Persian Blue #2E1BCE
Tints of Persian Blue #2E1BCE
RGB
CMYK
RGB Variations
Color information
#2E1BCE (or 0x2E1BCE) is known color: Persian Blue. HEX triplet: 2E, 1B and CE. RGB value is (46,27,206). Sum of RGB (Red+Green+Blue) = 46+27+206=279 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.49% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 206 (80.86% from 255 or 73.84% from 279); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E1BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E1BCE is #D1E431. Grayscale: #343434. Windows color (decimal): -13755442 or 13507374. OLE color: 13507374.
HSL color Cylindrical-coordinate representation of color #2E1BCE: hue angle of 246.37º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2E1BCE is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 27 | 206 | - |
| CMYK | 0.78 | 0.87 | 0 | 0.19 |
| HSL | 246.37º | 0.77% | 0.46% | - |
| HSV(B) | 246.37º | 0.87% | 0.81% | - |
| XYZ | 12.66 | 5.82 | 58.85 | - |
| YUV | 53.09 | 214.29 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 27 | 206 | 0.78 | 0.87 | 0 | 0.19 | 246.37 | 0.77 | 0.46 |
| Hex | 2E | 1B | CE | 4E | 57 | 0 | 13 | F6 | 4D | 2E |
| Octal | 56 | 33 | 316 | 116 | 127 | 0 | 23 | 366 | 115 | 56 |
| Binary | 101110 | 11011 | 11001110 | 1001110 | 1010111 | 0 | 10011 | 11110110 | 1001101 | 101110 |
Color Harmonies of #2E1BCE
Complementary color
Monochromatic Colors of #2E1BCE
Black with #2E1BCE
Text Example
Text Example
White with #2E1BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1BCE; }
p { color: rgb(46,27,206); }
H1.HeaderClassName
{
color: #2E1BCE;
}
.AnyTagClassName
{
color: #2E1BCE;
}
</style>
background-color css
<style>
a { background-color: #2E1BCE; }
a { background-color: rgb(46,27,206); }
div.DivClassName
{
background-color: #2E1BCE;
}
.BgClassName
{
background-color: #2E1BCE;
}
</style>
border-color css
<style>
span { border-color: #2E1BCE; }
span { border-color: rgb(46,27,206); }
td.TdClassName
{
border-color: #2E1BCE;
}
.TagClassName
{
border-color: #2E1BCE;
}
</style>