Shades of Persian Indigo #2D0A72
Tints of Persian Indigo #2D0A72
RGB
CMYK
RGB Variations
Color information
#2D0A72 (or 0x2D0A72) is known color: Persian Indigo. HEX triplet: 2D, 0A and 72. RGB value is (45,10,114). Sum of RGB (Red+Green+Blue) = 45+10+114=169 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.63% from 169); Green value is 10 (4.30% from 255 or 5.92% from 169); Blue value is 114 (44.92% from 255 or 67.46% from 169); Max value from RGB is 114 - color contains mainly: blue. Hex color #2D0A72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0A72 is #D2F58D. Grayscale: #1F1F1F. Windows color (decimal): -13825422 or 7473709. OLE color: 7473709.
HSL color Cylindrical-coordinate representation of color #2D0A72: hue angle of 260.19º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D0A72 is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 10 | 114 | - |
| CMYK | 0.61 | 0.91 | 0 | 0.55 |
| HSL | 260.19º | 0.84% | 0.24% | - |
| HSV(B) | 260.19º | 0.91% | 0.45% | - |
| XYZ | 4.23 | 1.99 | 16.08 | - |
| YUV | 32.32 | 174.1 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 10 | 114 | 0.61 | 0.91 | 0 | 0.55 | 260.19 | 0.84 | 0.24 |
| Hex | 2D | A | 72 | 3D | 5B | 0 | 37 | 104 | 54 | 18 |
| Octal | 55 | 12 | 162 | 75 | 133 | 0 | 67 | 404 | 124 | 30 |
| Binary | 101101 | 1010 | 1110010 | 111101 | 1011011 | 0 | 110111 | 100000100 | 1010100 | 11000 |
Color Harmonies of #2D0A72
Complementary color
Monochromatic Colors of #2D0A72
Black with #2D0A72
Text Example
Text Example
White with #2D0A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0A72; }
p { color: rgb(45,10,114); }
H1.HeaderClassName
{
color: #2D0A72;
}
.AnyTagClassName
{
color: #2D0A72;
}
</style>
background-color css
<style>
a { background-color: #2D0A72; }
a { background-color: rgb(45,10,114); }
div.DivClassName
{
background-color: #2D0A72;
}
.BgClassName
{
background-color: #2D0A72;
}
</style>
border-color css
<style>
span { border-color: #2D0A72; }
span { border-color: rgb(45,10,114); }
td.TdClassName
{
border-color: #2D0A72;
}
.TagClassName
{
border-color: #2D0A72;
}
</style>