Shades of Persian Indigo #2D0D72
Tints of Persian Indigo #2D0D72
RGB
CMYK
RGB Variations
Color information
#2D0D72 (or 0x2D0D72) is known color: Persian Indigo. HEX triplet: 2D, 0D and 72. RGB value is (45,13,114). Sum of RGB (Red+Green+Blue) = 45+13+114=172 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.16% from 172); Green value is 13 (5.47% from 255 or 7.56% from 172); Blue value is 114 (44.92% from 255 or 66.28% from 172); Max value from RGB is 114 - color contains mainly: blue. Hex color #2D0D72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0D72 is #D2F28D. Grayscale: #212121. Windows color (decimal): -13824654 or 7474477. OLE color: 7474477.
HSL color Cylindrical-coordinate representation of color #2D0D72: hue angle of 259.01º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D0D72 is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 13 | 114 | - |
| CMYK | 0.61 | 0.89 | 0 | 0.55 |
| HSL | 259.01º | 0.8% | 0.25% | - |
| HSV(B) | 259.01º | 0.89% | 0.45% | - |
| XYZ | 4.26 | 2.06 | 16.09 | - |
| YUV | 34.08 | 173.1 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 13 | 114 | 0.61 | 0.89 | 0 | 0.55 | 259.01 | 0.8 | 0.25 |
| Hex | 2D | D | 72 | 3D | 59 | 0 | 37 | 103 | 50 | 19 |
| Octal | 55 | 15 | 162 | 75 | 131 | 0 | 67 | 403 | 120 | 31 |
| Binary | 101101 | 1101 | 1110010 | 111101 | 1011001 | 0 | 110111 | 100000011 | 1010000 | 11001 |
Color Harmonies of #2D0D72
Complementary color
Monochromatic Colors of #2D0D72
Black with #2D0D72
Text Example
Text Example
White with #2D0D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0D72; }
p { color: rgb(45,13,114); }
H1.HeaderClassName
{
color: #2D0D72;
}
.AnyTagClassName
{
color: #2D0D72;
}
</style>
background-color css
<style>
a { background-color: #2D0D72; }
a { background-color: rgb(45,13,114); }
div.DivClassName
{
background-color: #2D0D72;
}
.BgClassName
{
background-color: #2D0D72;
}
</style>
border-color css
<style>
span { border-color: #2D0D72; }
span { border-color: rgb(45,13,114); }
td.TdClassName
{
border-color: #2D0D72;
}
.TagClassName
{
border-color: #2D0D72;
}
</style>