Shades of Persian Indigo #2D1F72
Tints of Persian Indigo #2D1F72
RGB
CMYK
RGB Variations
Color information
#2D1F72 (or 0x2D1F72) is known color: Persian Indigo. HEX triplet: 2D, 1F and 72. RGB value is (45,31,114). Sum of RGB (Red+Green+Blue) = 45+31+114=190 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.68% from 190); Green value is 31 (12.5% from 255 or 16.32% from 190); Blue value is 114 (44.92% from 255 or 60% from 190); Max value from RGB is 114 - color contains mainly: blue. Hex color #2D1F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D1F72 is #D2E08D. Grayscale: #2C2C2C. Windows color (decimal): -13820046 or 7479085. OLE color: 7479085.
HSL color Cylindrical-coordinate representation of color #2D1F72: hue angle of 250.12º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D1F72 is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 31 | 114 | - |
| CMYK | 0.61 | 0.73 | 0 | 0.55 |
| HSL | 250.12º | 0.57% | 0.28% | - |
| HSV(B) | 250.12º | 0.73% | 0.45% | - |
| XYZ | 4.61 | 2.75 | 16.21 | - |
| YUV | 44.65 | 167.14 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 31 | 114 | 0.61 | 0.73 | 0 | 0.55 | 250.12 | 0.57 | 0.28 |
| Hex | 2D | 1F | 72 | 3D | 49 | 0 | 37 | FA | 39 | 1C |
| Octal | 55 | 37 | 162 | 75 | 111 | 0 | 67 | 372 | 71 | 34 |
| Binary | 101101 | 11111 | 1110010 | 111101 | 1001001 | 0 | 110111 | 11111010 | 111001 | 11100 |
Color Harmonies of #2D1F72
Complementary color
Monochromatic Colors of #2D1F72
Black with #2D1F72
Text Example
Text Example
White with #2D1F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1F72; }
p { color: rgb(45,31,114); }
H1.HeaderClassName
{
color: #2D1F72;
}
.AnyTagClassName
{
color: #2D1F72;
}
</style>
background-color css
<style>
a { background-color: #2D1F72; }
a { background-color: rgb(45,31,114); }
div.DivClassName
{
background-color: #2D1F72;
}
.BgClassName
{
background-color: #2D1F72;
}
</style>
border-color css
<style>
span { border-color: #2D1F72; }
span { border-color: rgb(45,31,114); }
td.TdClassName
{
border-color: #2D1F72;
}
.TagClassName
{
border-color: #2D1F72;
}
</style>