Shades of Persian Indigo #2E166B
Tints of Persian Indigo #2E166B
RGB
CMYK
RGB Variations
Color information
#2E166B (or 0x2E166B) is known color: Persian Indigo. HEX triplet: 2E, 16 and 6B. RGB value is (46,22,107). Sum of RGB (Red+Green+Blue) = 46+22+107=175 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.29% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 107 (42.19% from 255 or 61.14% from 175); Max value from RGB is 107 - color contains mainly: blue. Hex color #2E166B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E166B is #D1E994. Grayscale: #262626. Windows color (decimal): -13756821 or 7018030. OLE color: 7018030.
HSL color Cylindrical-coordinate representation of color #2E166B: hue angle of 256.94º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E166B is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 46 | 22 | 107 | - |
| CMYK | 0.57 | 0.79 | 0 | 0.58 |
| HSL | 256.94º | 0.66% | 0.25% | - |
| HSV(B) | 256.94º | 0.79% | 0.42% | - |
| XYZ | 4.07 | 2.22 | 14.12 | - |
| YUV | 38.87 | 166.45 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 22 | 107 | 0.57 | 0.79 | 0 | 0.58 | 256.94 | 0.66 | 0.25 |
| Hex | 2E | 16 | 6B | 39 | 4F | 0 | 3A | 101 | 42 | 19 |
| Octal | 56 | 26 | 153 | 71 | 117 | 0 | 72 | 401 | 102 | 31 |
| Binary | 101110 | 10110 | 1101011 | 111001 | 1001111 | 0 | 111010 | 100000001 | 1000010 | 11001 |
Color Harmonies of #2E166B
Complementary color
Monochromatic Colors of #2E166B
Black with #2E166B
Text Example
Text Example
White with #2E166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E166B; }
p { color: rgb(46,22,107); }
H1.HeaderClassName
{
color: #2E166B;
}
.AnyTagClassName
{
color: #2E166B;
}
</style>
background-color css
<style>
a { background-color: #2E166B; }
a { background-color: rgb(46,22,107); }
div.DivClassName
{
background-color: #2E166B;
}
.BgClassName
{
background-color: #2E166B;
}
</style>
border-color css
<style>
span { border-color: #2E166B; }
span { border-color: rgb(46,22,107); }
td.TdClassName
{
border-color: #2E166B;
}
.TagClassName
{
border-color: #2E166B;
}
</style>