Shades of Persian Indigo #2D0C70
Tints of Persian Indigo #2D0C70
RGB
CMYK
RGB Variations
Color information
#2D0C70 (or 0x2D0C70) is known color: Persian Indigo. HEX triplet: 2D, 0C and 70. RGB value is (45,12,112). Sum of RGB (Red+Green+Blue) = 45+12+112=169 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.63% from 169); Green value is 12 (5.08% from 255 or 7.10% from 169); Blue value is 112 (44.14% from 255 or 66.27% from 169); Max value from RGB is 112 - color contains mainly: blue. Hex color #2D0C70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0C70 is #D2F38F. Grayscale: #202020. Windows color (decimal): -13824912 or 7343149. OLE color: 7343149.
HSL color Cylindrical-coordinate representation of color #2D0C70: hue angle of 259.8º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D0C70 is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 12 | 112 | - |
| CMYK | 0.60 | 0.89 | 0 | 0.56 |
| HSL | 259.8º | 0.81% | 0.24% | - |
| HSV(B) | 259.8º | 0.89% | 0.44% | - |
| XYZ | 4.14 | 1.99 | 15.5 | - |
| YUV | 33.27 | 172.43 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 12 | 112 | 0.60 | 0.89 | 0 | 0.56 | 259.8 | 0.81 | 0.24 |
| Hex | 2D | C | 70 | 3C | 59 | 0 | 38 | 104 | 51 | 18 |
| Octal | 55 | 14 | 160 | 74 | 131 | 0 | 70 | 404 | 121 | 30 |
| Binary | 101101 | 1100 | 1110000 | 111100 | 1011001 | 0 | 111000 | 100000100 | 1010001 | 11000 |
Color Harmonies of #2D0C70
Complementary color
Monochromatic Colors of #2D0C70
Black with #2D0C70
Text Example
Text Example
White with #2D0C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0C70; }
p { color: rgb(45,12,112); }
H1.HeaderClassName
{
color: #2D0C70;
}
.AnyTagClassName
{
color: #2D0C70;
}
</style>
background-color css
<style>
a { background-color: #2D0C70; }
a { background-color: rgb(45,12,112); }
div.DivClassName
{
background-color: #2D0C70;
}
.BgClassName
{
background-color: #2D0C70;
}
</style>
border-color css
<style>
span { border-color: #2D0C70; }
span { border-color: rgb(45,12,112); }
td.TdClassName
{
border-color: #2D0C70;
}
.TagClassName
{
border-color: #2D0C70;
}
</style>