Shades of Persian Indigo #2D1778
Tints of Persian Indigo #2D1778
RGB
CMYK
RGB Variations
Color information
#2D1778 (or 0x2D1778) is known color: Persian Indigo. HEX triplet: 2D, 17 and 78. RGB value is (45,23,120). Sum of RGB (Red+Green+Blue) = 45+23+120=188 (24% of max value = 765). Red value is 45 (17.97% from 255 or 23.94% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 120 (47.27% from 255 or 63.83% from 188); Max value from RGB is 120 - color contains mainly: blue. Hex color #2D1778 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D1778 is #D2E887. Grayscale: #282828. Windows color (decimal): -13822088 or 7870253. OLE color: 7870253.
HSL color Cylindrical-coordinate representation of color #2D1778: hue angle of 253.61º 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 #2D1778 is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 23 | 120 | - |
| CMYK | 0.63 | 0.81 | 0 | 0.53 |
| HSL | 253.61º | 0.68% | 0.28% | - |
| HSV(B) | 253.61º | 0.81% | 0.47% | - |
| XYZ | 4.78 | 2.53 | 18.01 | - |
| YUV | 40.64 | 172.79 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 23 | 120 | 0.63 | 0.81 | 0 | 0.53 | 253.61 | 0.68 | 0.28 |
| Hex | 2D | 17 | 78 | 3F | 51 | 0 | 35 | FE | 44 | 1C |
| Octal | 55 | 27 | 170 | 77 | 121 | 0 | 65 | 376 | 104 | 34 |
| Binary | 101101 | 10111 | 1111000 | 111111 | 1010001 | 0 | 110101 | 11111110 | 1000100 | 11100 |
Color Harmonies of #2D1778
Complementary color
Monochromatic Colors of #2D1778
Black with #2D1778
Text Example
Text Example
White with #2D1778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1778; }
p { color: rgb(45,23,120); }
H1.HeaderClassName
{
color: #2D1778;
}
.AnyTagClassName
{
color: #2D1778;
}
</style>
background-color css
<style>
a { background-color: #2D1778; }
a { background-color: rgb(45,23,120); }
div.DivClassName
{
background-color: #2D1778;
}
.BgClassName
{
background-color: #2D1778;
}
</style>
border-color css
<style>
span { border-color: #2D1778; }
span { border-color: rgb(45,23,120); }
td.TdClassName
{
border-color: #2D1778;
}
.TagClassName
{
border-color: #2D1778;
}
</style>