Shades of Persian Indigo #2D0070
Tints of Persian Indigo #2D0070
RGB
CMYK
RGB Variations
Color information
#2D0070 (or 0x2D0070) is known color: Persian Indigo. HEX triplet: 2D, 00 and 70. RGB value is (45,0,112). Sum of RGB (Red+Green+Blue) = 45+0+112=157 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.66% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 112 (44.14% from 255 or 71.34% from 157); Max value from RGB is 112 - color contains mainly: blue. Hex color #2D0070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0070 is #D2FF8F. Grayscale: #191919. Windows color (decimal): -13827984 or 7340077. OLE color: 7340077.
HSL color Cylindrical-coordinate representation of color #2D0070: hue angle of 264.11º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D0070 is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 0 | 112 | - |
| CMYK | 0.60 | 1 | 0 | 0.56 |
| HSL | 264.11º | 1% | 0.22% | - |
| HSV(B) | 264.11º | 1% | 0.44% | - |
| XYZ | 4.01 | 1.73 | 15.45 | - |
| YUV | 26.22 | 176.41 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 0 | 112 | 0.60 | 1 | 0 | 0.56 | 264.11 | 1 | 0.22 |
| Hex | 2D | 0 | 70 | 3C | 64 | 0 | 38 | 108 | 64 | 16 |
| Octal | 55 | 0 | 160 | 74 | 144 | 0 | 70 | 410 | 144 | 26 |
| Binary | 101101 | 0 | 1110000 | 111100 | 1100100 | 0 | 111000 | 100001000 | 1100100 | 10110 |
Color Harmonies of #2D0070
Complementary color
Monochromatic Colors of #2D0070
Black with #2D0070
Text Example
Text Example
White with #2D0070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0070; }
p { color: rgb(45,0,112); }
H1.HeaderClassName
{
color: #2D0070;
}
.AnyTagClassName
{
color: #2D0070;
}
</style>
background-color css
<style>
a { background-color: #2D0070; }
a { background-color: rgb(45,0,112); }
div.DivClassName
{
background-color: #2D0070;
}
.BgClassName
{
background-color: #2D0070;
}
</style>
border-color css
<style>
span { border-color: #2D0070; }
span { border-color: rgb(45,0,112); }
td.TdClassName
{
border-color: #2D0070;
}
.TagClassName
{
border-color: #2D0070;
}
</style>