Shades of Persian Indigo #2D1169
Tints of Persian Indigo #2D1169
RGB
CMYK
RGB Variations
Color information
#2D1169 (or 0x2D1169) is known color: Persian Indigo. HEX triplet: 2D, 11 and 69. RGB value is (45,17,105). Sum of RGB (Red+Green+Blue) = 45+17+105=167 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.95% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 105 (41.41% from 255 or 62.87% from 167); Max value from RGB is 105 - color contains mainly: blue. Hex color #2D1169 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D1169 is #D2EE96. Grayscale: #232323. Windows color (decimal): -13823639 or 6885677. OLE color: 6885677.
HSL color Cylindrical-coordinate representation of color #2D1169: hue angle of 259.09º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D1169 is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 45 | 17 | 105 | - |
| CMYK | 0.57 | 0.84 | 0 | 0.59 |
| HSL | 259.09º | 0.72% | 0.24% | - |
| HSV(B) | 259.09º | 0.84% | 0.41% | - |
| XYZ | 3.83 | 1.98 | 13.54 | - |
| YUV | 35.4 | 167.28 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 17 | 105 | 0.57 | 0.84 | 0 | 0.59 | 259.09 | 0.72 | 0.24 |
| Hex | 2D | 11 | 69 | 39 | 54 | 0 | 3B | 103 | 48 | 18 |
| Octal | 55 | 21 | 151 | 71 | 124 | 0 | 73 | 403 | 110 | 30 |
| Binary | 101101 | 10001 | 1101001 | 111001 | 1010100 | 0 | 111011 | 100000011 | 1001000 | 11000 |
Color Harmonies of #2D1169
Complementary color
Monochromatic Colors of #2D1169
Black with #2D1169
Text Example
Text Example
White with #2D1169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1169; }
p { color: rgb(45,17,105); }
H1.HeaderClassName
{
color: #2D1169;
}
.AnyTagClassName
{
color: #2D1169;
}
</style>
background-color css
<style>
a { background-color: #2D1169; }
a { background-color: rgb(45,17,105); }
div.DivClassName
{
background-color: #2D1169;
}
.BgClassName
{
background-color: #2D1169;
}
</style>
border-color css
<style>
span { border-color: #2D1169; }
span { border-color: rgb(45,17,105); }
td.TdClassName
{
border-color: #2D1169;
}
.TagClassName
{
border-color: #2D1169;
}
</style>