Shades of Persian Indigo #2D0E76
Tints of Persian Indigo #2D0E76
RGB
CMYK
RGB Variations
Color information
#2D0E76 (or 0x2D0E76) is known color: Persian Indigo. HEX triplet: 2D, 0E and 76. RGB value is (45,14,118). Sum of RGB (Red+Green+Blue) = 45+14+118=177 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.42% from 177); Green value is 14 (5.86% from 255 or 7.91% from 177); Blue value is 118 (46.48% from 255 or 66.67% from 177); Max value from RGB is 118 - color contains mainly: blue. Hex color #2D0E76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0E76 is #D2F189. Grayscale: #222222. Windows color (decimal): -13824394 or 7736877. OLE color: 7736877.
HSL color Cylindrical-coordinate representation of color #2D0E76: hue angle of 257.88º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D0E76 is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 45 | 14 | 118 | - |
| CMYK | 0.62 | 0.88 | 0 | 0.54 |
| HSL | 257.88º | 0.79% | 0.26% | - |
| HSV(B) | 257.88º | 0.88% | 0.46% | - |
| XYZ | 4.51 | 2.18 | 17.32 | - |
| YUV | 35.13 | 174.77 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 14 | 118 | 0.62 | 0.88 | 0 | 0.54 | 257.88 | 0.79 | 0.26 |
| Hex | 2D | E | 76 | 3E | 58 | 0 | 36 | 102 | 4F | 1A |
| Octal | 55 | 16 | 166 | 76 | 130 | 0 | 66 | 402 | 117 | 32 |
| Binary | 101101 | 1110 | 1110110 | 111110 | 1011000 | 0 | 110110 | 100000010 | 1001111 | 11010 |
Color Harmonies of #2D0E76
Complementary color
Monochromatic Colors of #2D0E76
Black with #2D0E76
Text Example
Text Example
White with #2D0E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0E76; }
p { color: rgb(45,14,118); }
H1.HeaderClassName
{
color: #2D0E76;
}
.AnyTagClassName
{
color: #2D0E76;
}
</style>
background-color css
<style>
a { background-color: #2D0E76; }
a { background-color: rgb(45,14,118); }
div.DivClassName
{
background-color: #2D0E76;
}
.BgClassName
{
background-color: #2D0E76;
}
</style>
border-color css
<style>
span { border-color: #2D0E76; }
span { border-color: rgb(45,14,118); }
td.TdClassName
{
border-color: #2D0E76;
}
.TagClassName
{
border-color: #2D0E76;
}
</style>