Shades of Persian Indigo #2E018E
Tints of Persian Indigo #2E018E
RGB
CMYK
RGB Variations
Color information
#2E018E (or 0x2E018E) is known color: Persian Indigo. HEX triplet: 2E, 01 and 8E. RGB value is (46,1,142). Sum of RGB (Red+Green+Blue) = 46+1+142=189 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.34% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 142 (55.86% from 255 or 75.13% from 189); Max value from RGB is 142 - color contains mainly: blue. Hex color #2E018E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E018E is #D1FE71. Grayscale: #1E1E1E. Windows color (decimal): -13762162 or 9306414. OLE color: 9306414.
HSL color Cylindrical-coordinate representation of color #2E018E: hue angle of 259.15º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2E018E is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 46 | 1 | 142 | - |
| CMYK | 0.68 | 0.99 | 0 | 0.44 |
| HSL | 259.15º | 0.99% | 0.28% | - |
| HSV(B) | 259.15º | 0.99% | 0.56% | - |
| XYZ | 6.02 | 2.56 | 25.77 | - |
| YUV | 30.53 | 190.91 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 1 | 142 | 0.68 | 0.99 | 0 | 0.44 | 259.15 | 0.99 | 0.28 |
| Hex | 2E | 1 | 8E | 44 | 63 | 0 | 2C | 103 | 63 | 1C |
| Octal | 56 | 1 | 216 | 104 | 143 | 0 | 54 | 403 | 143 | 34 |
| Binary | 101110 | 1 | 10001110 | 1000100 | 1100011 | 0 | 101100 | 100000011 | 1100011 | 11100 |
Color Harmonies of #2E018E
Complementary color
Monochromatic Colors of #2E018E
Black with #2E018E
Text Example
Text Example
White with #2E018E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E018E; }
p { color: rgb(46,1,142); }
H1.HeaderClassName
{
color: #2E018E;
}
.AnyTagClassName
{
color: #2E018E;
}
</style>
background-color css
<style>
a { background-color: #2E018E; }
a { background-color: rgb(46,1,142); }
div.DivClassName
{
background-color: #2E018E;
}
.BgClassName
{
background-color: #2E018E;
}
</style>
border-color css
<style>
span { border-color: #2E018E; }
span { border-color: rgb(46,1,142); }
td.TdClassName
{
border-color: #2E018E;
}
.TagClassName
{
border-color: #2E018E;
}
</style>