Shades of Persian Indigo #2D0060
Tints of Persian Indigo #2D0060
RGB
CMYK
RGB Variations
Color information
#2D0060 (or 0x2D0060) is known color: Persian Indigo. HEX triplet: 2D, 00 and 60. RGB value is (45,0,96). Sum of RGB (Red+Green+Blue) = 45+0+96=141 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.91% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 96 (37.89% from 255 or 68.09% from 141); Max value from RGB is 96 - color contains mainly: blue. Hex color #2D0060 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0060 is #D2FF9F. Grayscale: #181818. Windows color (decimal): -13828000 or 6291501. OLE color: 6291501.
HSL color Cylindrical-coordinate representation of color #2D0060: hue angle of 268.12º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D0060 is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 0 | 96 | - |
| CMYK | 0.53 | 1 | 0 | 0.62 |
| HSL | 268.13º | 1% | 0.19% | - |
| HSV(B) | 268.13º | 1% | 0.38% | - |
| XYZ | 3.19 | 1.4 | 11.17 | - |
| YUV | 24.4 | 168.41 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 0 | 96 | 0.53 | 1 | 0 | 0.62 | 268.13 | 1 | 0.19 |
| Hex | 2D | 0 | 60 | 35 | 64 | 0 | 3E | 10C | 64 | 13 |
| Octal | 55 | 0 | 140 | 65 | 144 | 0 | 76 | 414 | 144 | 23 |
| Binary | 101101 | 0 | 1100000 | 110101 | 1100100 | 0 | 111110 | 100001100 | 1100100 | 10011 |
Color Harmonies of #2D0060
Complementary color
Monochromatic Colors of #2D0060
Black with #2D0060
Text Example
Text Example
White with #2D0060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0060; }
p { color: rgb(45,0,96); }
H1.HeaderClassName
{
color: #2D0060;
}
.AnyTagClassName
{
color: #2D0060;
}
</style>
background-color css
<style>
a { background-color: #2D0060; }
a { background-color: rgb(45,0,96); }
div.DivClassName
{
background-color: #2D0060;
}
.BgClassName
{
background-color: #2D0060;
}
</style>
border-color css
<style>
span { border-color: #2D0060; }
span { border-color: rgb(45,0,96); }
td.TdClassName
{
border-color: #2D0060;
}
.TagClassName
{
border-color: #2D0060;
}
</style>