Shades of Persian Indigo #2D1972
Tints of Persian Indigo #2D1972
RGB
CMYK
RGB Variations
Color information
#2D1972 (or 0x2D1972) is known color: Persian Indigo. HEX triplet: 2D, 19 and 72. RGB value is (45,25,114). Sum of RGB (Red+Green+Blue) = 45+25+114=184 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.46% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 114 (44.92% from 255 or 61.96% from 184); Max value from RGB is 114 - color contains mainly: blue. Hex color #2D1972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D1972 is #D2E68D. Grayscale: #282828. Windows color (decimal): -13821582 or 7477549. OLE color: 7477549.
HSL color Cylindrical-coordinate representation of color #2D1972: hue angle of 253.48º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D1972 is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 25 | 114 | - |
| CMYK | 0.61 | 0.78 | 0 | 0.55 |
| HSL | 253.48º | 0.64% | 0.27% | - |
| HSV(B) | 253.48º | 0.78% | 0.45% | - |
| XYZ | 4.47 | 2.47 | 16.16 | - |
| YUV | 41.13 | 169.13 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 25 | 114 | 0.61 | 0.78 | 0 | 0.55 | 253.48 | 0.64 | 0.27 |
| Hex | 2D | 19 | 72 | 3D | 4E | 0 | 37 | FD | 40 | 1B |
| Octal | 55 | 31 | 162 | 75 | 116 | 0 | 67 | 375 | 100 | 33 |
| Binary | 101101 | 11001 | 1110010 | 111101 | 1001110 | 0 | 110111 | 11111101 | 1000000 | 11011 |
Color Harmonies of #2D1972
Complementary color
Monochromatic Colors of #2D1972
Black with #2D1972
Text Example
Text Example
White with #2D1972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1972; }
p { color: rgb(45,25,114); }
H1.HeaderClassName
{
color: #2D1972;
}
.AnyTagClassName
{
color: #2D1972;
}
</style>
background-color css
<style>
a { background-color: #2D1972; }
a { background-color: rgb(45,25,114); }
div.DivClassName
{
background-color: #2D1972;
}
.BgClassName
{
background-color: #2D1972;
}
</style>
border-color css
<style>
span { border-color: #2D1972; }
span { border-color: rgb(45,25,114); }
td.TdClassName
{
border-color: #2D1972;
}
.TagClassName
{
border-color: #2D1972;
}
</style>