Shades of Persian Indigo #2E1C8A
Tints of Persian Indigo #2E1C8A
RGB
CMYK
RGB Variations
Color information
#2E1C8A (or 0x2E1C8A) is known color: Persian Indigo. HEX triplet: 2E, 1C and 8A. RGB value is (46,28,138). Sum of RGB (Red+Green+Blue) = 46+28+138=212 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.70% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 138 (54.30% from 255 or 65.09% from 212); Max value from RGB is 138 - color contains mainly: blue. Hex color #2E1C8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E1C8A is #D1E375. Grayscale: #2D2D2D. Windows color (decimal): -13755254 or 9051182. OLE color: 9051182.
HSL color Cylindrical-coordinate representation of color #2E1C8A: hue angle of 249.82º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E1C8A is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 46 | 28 | 138 | - |
| CMYK | 0.67 | 0.80 | 0 | 0.46 |
| HSL | 249.82º | 0.66% | 0.33% | - |
| HSV(B) | 249.82º | 0.8% | 0.54% | - |
| XYZ | 6.13 | 3.25 | 24.35 | - |
| YUV | 45.92 | 179.96 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 28 | 138 | 0.67 | 0.80 | 0 | 0.46 | 249.82 | 0.66 | 0.33 |
| Hex | 2E | 1C | 8A | 43 | 50 | 0 | 2E | FA | 42 | 21 |
| Octal | 56 | 34 | 212 | 103 | 120 | 0 | 56 | 372 | 102 | 41 |
| Binary | 101110 | 11100 | 10001010 | 1000011 | 1010000 | 0 | 101110 | 11111010 | 1000010 | 100001 |
Color Harmonies of #2E1C8A
Complementary color
Monochromatic Colors of #2E1C8A
Black with #2E1C8A
Text Example
Text Example
White with #2E1C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1C8A; }
p { color: rgb(46,28,138); }
H1.HeaderClassName
{
color: #2E1C8A;
}
.AnyTagClassName
{
color: #2E1C8A;
}
</style>
background-color css
<style>
a { background-color: #2E1C8A; }
a { background-color: rgb(46,28,138); }
div.DivClassName
{
background-color: #2E1C8A;
}
.BgClassName
{
background-color: #2E1C8A;
}
</style>
border-color css
<style>
span { border-color: #2E1C8A; }
span { border-color: rgb(46,28,138); }
td.TdClassName
{
border-color: #2E1C8A;
}
.TagClassName
{
border-color: #2E1C8A;
}
</style>