Shades of Persian Indigo #2D116E
Tints of Persian Indigo #2D116E
RGB
CMYK
RGB Variations
Color information
#2D116E (or 0x2D116E) is known color: Persian Indigo. HEX triplet: 2D, 11 and 6E. RGB value is (45,17,110). Sum of RGB (Red+Green+Blue) = 45+17+110=172 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.16% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 110 (43.36% from 255 or 63.95% from 172); Max value from RGB is 110 - color contains mainly: blue. Hex color #2D116E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D116E is #D2EE91. Grayscale: #232323. Windows color (decimal): -13823634 or 7213357. OLE color: 7213357.
HSL color Cylindrical-coordinate representation of color #2D116E: hue angle of 258.06º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2D116E is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 45 | 17 | 110 | - |
| CMYK | 0.59 | 0.85 | 0 | 0.57 |
| HSL | 258.06º | 0.73% | 0.25% | - |
| HSV(B) | 258.06º | 0.85% | 0.43% | - |
| XYZ | 4.1 | 2.08 | 14.94 | - |
| YUV | 35.97 | 169.78 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 17 | 110 | 0.59 | 0.85 | 0 | 0.57 | 258.06 | 0.73 | 0.25 |
| Hex | 2D | 11 | 6E | 3B | 55 | 0 | 39 | 102 | 49 | 19 |
| Octal | 55 | 21 | 156 | 73 | 125 | 0 | 71 | 402 | 111 | 31 |
| Binary | 101101 | 10001 | 1101110 | 111011 | 1010101 | 0 | 111001 | 100000010 | 1001001 | 11001 |
Color Harmonies of #2D116E
Complementary color
Monochromatic Colors of #2D116E
Black with #2D116E
Text Example
Text Example
White with #2D116E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D116E; }
p { color: rgb(45,17,110); }
H1.HeaderClassName
{
color: #2D116E;
}
.AnyTagClassName
{
color: #2D116E;
}
</style>
background-color css
<style>
a { background-color: #2D116E; }
a { background-color: rgb(45,17,110); }
div.DivClassName
{
background-color: #2D116E;
}
.BgClassName
{
background-color: #2D116E;
}
</style>
border-color css
<style>
span { border-color: #2D116E; }
span { border-color: rgb(45,17,110); }
td.TdClassName
{
border-color: #2D116E;
}
.TagClassName
{
border-color: #2D116E;
}
</style>