Shades of Persian Indigo #2E1380
Tints of Persian Indigo #2E1380
RGB
CMYK
RGB Variations
Color information
#2E1380 (or 0x2E1380) is known color: Persian Indigo. HEX triplet: 2E, 13 and 80. RGB value is (46,19,128). Sum of RGB (Red+Green+Blue) = 46+19+128=193 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.83% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 128 (50.39% from 255 or 66.32% from 193); Max value from RGB is 128 - color contains mainly: blue. Hex color #2E1380 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E1380 is #D1EC7F. Grayscale: #272727. Windows color (decimal): -13757568 or 8393518. OLE color: 8393518.
HSL color Cylindrical-coordinate representation of color #2E1380: hue angle of 254.86º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E1380 is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 46 | 19 | 128 | - |
| CMYK | 0.64 | 0.85 | 0 | 0.50 |
| HSL | 254.86º | 0.74% | 0.29% | - |
| HSV(B) | 254.86º | 0.85% | 0.5% | - |
| XYZ | 5.26 | 2.61 | 20.65 | - |
| YUV | 39.5 | 177.95 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 19 | 128 | 0.64 | 0.85 | 0 | 0.50 | 254.86 | 0.74 | 0.29 |
| Hex | 2E | 13 | 80 | 40 | 55 | 0 | 32 | FF | 4A | 1D |
| Octal | 56 | 23 | 200 | 100 | 125 | 0 | 62 | 377 | 112 | 35 |
| Binary | 101110 | 10011 | 10000000 | 1000000 | 1010101 | 0 | 110010 | 11111111 | 1001010 | 11101 |
Color Harmonies of #2E1380
Complementary color
Monochromatic Colors of #2E1380
Black with #2E1380
Text Example
Text Example
White with #2E1380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1380; }
p { color: rgb(46,19,128); }
H1.HeaderClassName
{
color: #2E1380;
}
.AnyTagClassName
{
color: #2E1380;
}
</style>
background-color css
<style>
a { background-color: #2E1380; }
a { background-color: rgb(46,19,128); }
div.DivClassName
{
background-color: #2E1380;
}
.BgClassName
{
background-color: #2E1380;
}
</style>
border-color css
<style>
span { border-color: #2E1380; }
span { border-color: rgb(46,19,128); }
td.TdClassName
{
border-color: #2E1380;
}
.TagClassName
{
border-color: #2E1380;
}
</style>