Shades of Persian Indigo #2E1775
Tints of Persian Indigo #2E1775
RGB
CMYK
RGB Variations
Color information
#2E1775 (or 0x2E1775) is known color: Persian Indigo. HEX triplet: 2E, 17 and 75. RGB value is (46,23,117). Sum of RGB (Red+Green+Blue) = 46+23+117=186 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.73% from 186); Green value is 23 (9.38% from 255 or 12.37% from 186); Blue value is 117 (46.09% from 255 or 62.90% from 186); Max value from RGB is 117 - color contains mainly: blue. Hex color #2E1775 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1775 is #D1E88A. Grayscale: #282828. Windows color (decimal): -13756555 or 7673646. OLE color: 7673646.
HSL color Cylindrical-coordinate representation of color #2E1775: hue angle of 254.68º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E1775 is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 23 | 117 | - |
| CMYK | 0.61 | 0.80 | 0 | 0.54 |
| HSL | 254.68º | 0.67% | 0.27% | - |
| HSV(B) | 254.68º | 0.8% | 0.46% | - |
| XYZ | 4.64 | 2.48 | 17.06 | - |
| YUV | 40.59 | 171.12 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 23 | 117 | 0.61 | 0.80 | 0 | 0.54 | 254.68 | 0.67 | 0.27 |
| Hex | 2E | 17 | 75 | 3D | 50 | 0 | 36 | FF | 43 | 1B |
| Octal | 56 | 27 | 165 | 75 | 120 | 0 | 66 | 377 | 103 | 33 |
| Binary | 101110 | 10111 | 1110101 | 111101 | 1010000 | 0 | 110110 | 11111111 | 1000011 | 11011 |
Color Harmonies of #2E1775
Complementary color
Monochromatic Colors of #2E1775
Black with #2E1775
Text Example
Text Example
White with #2E1775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1775; }
p { color: rgb(46,23,117); }
H1.HeaderClassName
{
color: #2E1775;
}
.AnyTagClassName
{
color: #2E1775;
}
</style>
background-color css
<style>
a { background-color: #2E1775; }
a { background-color: rgb(46,23,117); }
div.DivClassName
{
background-color: #2E1775;
}
.BgClassName
{
background-color: #2E1775;
}
</style>
border-color css
<style>
span { border-color: #2E1775; }
span { border-color: rgb(46,23,117); }
td.TdClassName
{
border-color: #2E1775;
}
.TagClassName
{
border-color: #2E1775;
}
</style>