Shades of Persian Indigo #2E166D
Tints of Persian Indigo #2E166D
RGB
CMYK
RGB Variations
Color information
#2E166D (or 0x2E166D) is known color: Persian Indigo. HEX triplet: 2E, 16 and 6D. RGB value is (46,22,109). Sum of RGB (Red+Green+Blue) = 46+22+109=177 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.99% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 109 (42.97% from 255 or 61.58% from 177); Max value from RGB is 109 - color contains mainly: blue. Hex color #2E166D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E166D is #D1E992. Grayscale: #262626. Windows color (decimal): -13756819 or 7149102. OLE color: 7149102.
HSL color Cylindrical-coordinate representation of color #2E166D: hue angle of 256.55º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E166D is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 46 | 22 | 109 | - |
| CMYK | 0.58 | 0.80 | 0 | 0.57 |
| HSL | 256.55º | 0.66% | 0.26% | - |
| HSV(B) | 256.55º | 0.8% | 0.43% | - |
| XYZ | 4.17 | 2.26 | 14.68 | - |
| YUV | 39.09 | 167.45 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 22 | 109 | 0.58 | 0.80 | 0 | 0.57 | 256.55 | 0.66 | 0.26 |
| Hex | 2E | 16 | 6D | 3A | 50 | 0 | 39 | 101 | 42 | 1A |
| Octal | 56 | 26 | 155 | 72 | 120 | 0 | 71 | 401 | 102 | 32 |
| Binary | 101110 | 10110 | 1101101 | 111010 | 1010000 | 0 | 111001 | 100000001 | 1000010 | 11010 |
Color Harmonies of #2E166D
Complementary color
Monochromatic Colors of #2E166D
Black with #2E166D
Text Example
Text Example
White with #2E166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E166D; }
p { color: rgb(46,22,109); }
H1.HeaderClassName
{
color: #2E166D;
}
.AnyTagClassName
{
color: #2E166D;
}
</style>
background-color css
<style>
a { background-color: #2E166D; }
a { background-color: rgb(46,22,109); }
div.DivClassName
{
background-color: #2E166D;
}
.BgClassName
{
background-color: #2E166D;
}
</style>
border-color css
<style>
span { border-color: #2E166D; }
span { border-color: rgb(46,22,109); }
td.TdClassName
{
border-color: #2E166D;
}
.TagClassName
{
border-color: #2E166D;
}
</style>