Shades of Persian Indigo #2E1075
Tints of Persian Indigo #2E1075
RGB
CMYK
RGB Variations
Color information
#2E1075 (or 0x2E1075) is known color: Persian Indigo. HEX triplet: 2E, 10 and 75. RGB value is (46,16,117). Sum of RGB (Red+Green+Blue) = 46+16+117=179 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.70% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 117 (46.09% from 255 or 65.36% from 179); Max value from RGB is 117 - color contains mainly: blue. Hex color #2E1075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1075 is #D1EF8A. Grayscale: #242424. Windows color (decimal): -13758347 or 7671854. OLE color: 7671854.
HSL color Cylindrical-coordinate representation of color #2E1075: hue angle of 257.82º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2E1075 is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 16 | 117 | - |
| CMYK | 0.61 | 0.86 | 0 | 0.54 |
| HSL | 257.82º | 0.76% | 0.26% | - |
| HSV(B) | 257.82º | 0.86% | 0.46% | - |
| XYZ | 4.52 | 2.24 | 17.02 | - |
| YUV | 36.48 | 173.44 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 16 | 117 | 0.61 | 0.86 | 0 | 0.54 | 257.82 | 0.76 | 0.26 |
| Hex | 2E | 10 | 75 | 3D | 56 | 0 | 36 | 102 | 4C | 1A |
| Octal | 56 | 20 | 165 | 75 | 126 | 0 | 66 | 402 | 114 | 32 |
| Binary | 101110 | 10000 | 1110101 | 111101 | 1010110 | 0 | 110110 | 100000010 | 1001100 | 11010 |
Color Harmonies of #2E1075
Complementary color
Monochromatic Colors of #2E1075
Black with #2E1075
Text Example
Text Example
White with #2E1075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1075; }
p { color: rgb(46,16,117); }
H1.HeaderClassName
{
color: #2E1075;
}
.AnyTagClassName
{
color: #2E1075;
}
</style>
background-color css
<style>
a { background-color: #2E1075; }
a { background-color: rgb(46,16,117); }
div.DivClassName
{
background-color: #2E1075;
}
.BgClassName
{
background-color: #2E1075;
}
</style>
border-color css
<style>
span { border-color: #2E1075; }
span { border-color: rgb(46,16,117); }
td.TdClassName
{
border-color: #2E1075;
}
.TagClassName
{
border-color: #2E1075;
}
</style>