Shades of Persian Indigo #2D1777
Tints of Persian Indigo #2D1777
RGB
CMYK
RGB Variations
Color information
#2D1777 (or 0x2D1777) is known color: Persian Indigo. HEX triplet: 2D, 17 and 77. RGB value is (45,23,119). Sum of RGB (Red+Green+Blue) = 45+23+119=187 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.06% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 119 (46.88% from 255 or 63.64% from 187); Max value from RGB is 119 - color contains mainly: blue. Hex color #2D1777 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D1777 is #D2E888. Grayscale: #282828. Windows color (decimal): -13822089 or 7804717. OLE color: 7804717.
HSL color Cylindrical-coordinate representation of color #2D1777: hue angle of 253.75º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D1777 is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 23 | 119 | - |
| CMYK | 0.62 | 0.81 | 0 | 0.53 |
| HSL | 253.75º | 0.68% | 0.28% | - |
| HSV(B) | 253.75º | 0.81% | 0.47% | - |
| XYZ | 4.72 | 2.5 | 17.69 | - |
| YUV | 40.52 | 172.29 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 23 | 119 | 0.62 | 0.81 | 0 | 0.53 | 253.75 | 0.68 | 0.28 |
| Hex | 2D | 17 | 77 | 3E | 51 | 0 | 35 | FE | 44 | 1C |
| Octal | 55 | 27 | 167 | 76 | 121 | 0 | 65 | 376 | 104 | 34 |
| Binary | 101101 | 10111 | 1110111 | 111110 | 1010001 | 0 | 110101 | 11111110 | 1000100 | 11100 |
Color Harmonies of #2D1777
Complementary color
Monochromatic Colors of #2D1777
Black with #2D1777
Text Example
Text Example
White with #2D1777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1777; }
p { color: rgb(45,23,119); }
H1.HeaderClassName
{
color: #2D1777;
}
.AnyTagClassName
{
color: #2D1777;
}
</style>
background-color css
<style>
a { background-color: #2D1777; }
a { background-color: rgb(45,23,119); }
div.DivClassName
{
background-color: #2D1777;
}
.BgClassName
{
background-color: #2D1777;
}
</style>
border-color css
<style>
span { border-color: #2D1777; }
span { border-color: rgb(45,23,119); }
td.TdClassName
{
border-color: #2D1777;
}
.TagClassName
{
border-color: #2D1777;
}
</style>