Shades of Persian Indigo #2E0C76
Tints of Persian Indigo #2E0C76
RGB
CMYK
RGB Variations
Color information
#2E0C76 (or 0x2E0C76) is known color: Persian Indigo. HEX triplet: 2E, 0C and 76. RGB value is (46,12,118). Sum of RGB (Red+Green+Blue) = 46+12+118=176 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.14% from 176); Green value is 12 (5.08% from 255 or 6.82% from 176); Blue value is 118 (46.48% from 255 or 67.05% from 176); Max value from RGB is 118 - color contains mainly: blue. Hex color #2E0C76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0C76 is #D1F389. Grayscale: #212121. Windows color (decimal): -13759370 or 7736366. OLE color: 7736366.
HSL color Cylindrical-coordinate representation of color #2E0C76: hue angle of 259.25º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2E0C76 is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 12 | 118 | - |
| CMYK | 0.61 | 0.90 | 0 | 0.54 |
| HSL | 259.25º | 0.82% | 0.25% | - |
| HSV(B) | 259.25º | 0.9% | 0.46% | - |
| XYZ | 4.53 | 2.15 | 17.32 | - |
| YUV | 34.25 | 175.26 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 12 | 118 | 0.61 | 0.90 | 0 | 0.54 | 259.25 | 0.82 | 0.25 |
| Hex | 2E | C | 76 | 3D | 5A | 0 | 36 | 103 | 52 | 19 |
| Octal | 56 | 14 | 166 | 75 | 132 | 0 | 66 | 403 | 122 | 31 |
| Binary | 101110 | 1100 | 1110110 | 111101 | 1011010 | 0 | 110110 | 100000011 | 1010010 | 11001 |
Color Harmonies of #2E0C76
Complementary color
Monochromatic Colors of #2E0C76
Black with #2E0C76
Text Example
Text Example
White with #2E0C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0C76; }
p { color: rgb(46,12,118); }
H1.HeaderClassName
{
color: #2E0C76;
}
.AnyTagClassName
{
color: #2E0C76;
}
</style>
background-color css
<style>
a { background-color: #2E0C76; }
a { background-color: rgb(46,12,118); }
div.DivClassName
{
background-color: #2E0C76;
}
.BgClassName
{
background-color: #2E0C76;
}
</style>
border-color css
<style>
span { border-color: #2E0C76; }
span { border-color: rgb(46,12,118); }
td.TdClassName
{
border-color: #2E0C76;
}
.TagClassName
{
border-color: #2E0C76;
}
</style>