Shades of Persian Indigo #2D116D
Tints of Persian Indigo #2D116D
RGB
CMYK
RGB Variations
Color information
#2D116D (or 0x2D116D) is known color: Persian Indigo. HEX triplet: 2D, 11 and 6D. RGB value is (45,17,109). Sum of RGB (Red+Green+Blue) = 45+17+109=171 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.32% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 109 (42.97% from 255 or 63.74% from 171); Max value from RGB is 109 - color contains mainly: blue. Hex color #2D116D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D116D is #D2EE92. Grayscale: #232323. Windows color (decimal): -13823635 or 7147821. OLE color: 7147821.
HSL color Cylindrical-coordinate representation of color #2D116D: hue angle of 258.26º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D116D is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 45 | 17 | 109 | - |
| CMYK | 0.59 | 0.84 | 0 | 0.57 |
| HSL | 258.26º | 0.73% | 0.25% | - |
| HSV(B) | 258.26º | 0.84% | 0.43% | - |
| XYZ | 4.04 | 2.06 | 14.65 | - |
| YUV | 35.86 | 169.28 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 17 | 109 | 0.59 | 0.84 | 0 | 0.57 | 258.26 | 0.73 | 0.25 |
| Hex | 2D | 11 | 6D | 3B | 54 | 0 | 39 | 102 | 49 | 19 |
| Octal | 55 | 21 | 155 | 73 | 124 | 0 | 71 | 402 | 111 | 31 |
| Binary | 101101 | 10001 | 1101101 | 111011 | 1010100 | 0 | 111001 | 100000010 | 1001001 | 11001 |
Color Harmonies of #2D116D
Complementary color
Monochromatic Colors of #2D116D
Black with #2D116D
Text Example
Text Example
White with #2D116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D116D; }
p { color: rgb(45,17,109); }
H1.HeaderClassName
{
color: #2D116D;
}
.AnyTagClassName
{
color: #2D116D;
}
</style>
background-color css
<style>
a { background-color: #2D116D; }
a { background-color: rgb(45,17,109); }
div.DivClassName
{
background-color: #2D116D;
}
.BgClassName
{
background-color: #2D116D;
}
</style>
border-color css
<style>
span { border-color: #2D116D; }
span { border-color: rgb(45,17,109); }
td.TdClassName
{
border-color: #2D116D;
}
.TagClassName
{
border-color: #2D116D;
}
</style>