Shades of Persian Indigo #2D1F77
Tints of Persian Indigo #2D1F77
RGB
CMYK
RGB Variations
Color information
#2D1F77 (or 0x2D1F77) is known color: Persian Indigo. HEX triplet: 2D, 1F and 77. RGB value is (45,31,119). Sum of RGB (Red+Green+Blue) = 45+31+119=195 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.08% from 195); Green value is 31 (12.5% from 255 or 15.90% from 195); Blue value is 119 (46.88% from 255 or 61.03% from 195); Max value from RGB is 119 - color contains mainly: blue. Hex color #2D1F77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D1F77 is #D2E088. Grayscale: #2C2C2C. Windows color (decimal): -13820041 or 7806765. OLE color: 7806765.
HSL color Cylindrical-coordinate representation of color #2D1F77: hue angle of 249.55º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D1F77 is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 31 | 119 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.53 |
| HSL | 249.55º | 0.59% | 0.29% | - |
| HSV(B) | 249.55º | 0.74% | 0.47% | - |
| XYZ | 4.9 | 2.87 | 17.75 | - |
| YUV | 45.22 | 169.64 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 31 | 119 | 0.62 | 0.74 | 0 | 0.53 | 249.55 | 0.59 | 0.29 |
| Hex | 2D | 1F | 77 | 3E | 4A | 0 | 35 | FA | 3B | 1D |
| Octal | 55 | 37 | 167 | 76 | 112 | 0 | 65 | 372 | 73 | 35 |
| Binary | 101101 | 11111 | 1110111 | 111110 | 1001010 | 0 | 110101 | 11111010 | 111011 | 11101 |
Color Harmonies of #2D1F77
Complementary color
Monochromatic Colors of #2D1F77
Black with #2D1F77
Text Example
Text Example
White with #2D1F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1F77; }
p { color: rgb(45,31,119); }
H1.HeaderClassName
{
color: #2D1F77;
}
.AnyTagClassName
{
color: #2D1F77;
}
</style>
background-color css
<style>
a { background-color: #2D1F77; }
a { background-color: rgb(45,31,119); }
div.DivClassName
{
background-color: #2D1F77;
}
.BgClassName
{
background-color: #2D1F77;
}
</style>
border-color css
<style>
span { border-color: #2D1F77; }
span { border-color: rgb(45,31,119); }
td.TdClassName
{
border-color: #2D1F77;
}
.TagClassName
{
border-color: #2D1F77;
}
</style>