Shades of Persian Indigo #2D1770
Tints of Persian Indigo #2D1770
RGB
CMYK
RGB Variations
Color information
#2D1770 (or 0x2D1770) is known color: Persian Indigo. HEX triplet: 2D, 17 and 70. RGB value is (45,23,112). Sum of RGB (Red+Green+Blue) = 45+23+112=180 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25% from 180); Green value is 23 (9.38% from 255 or 12.78% from 180); Blue value is 112 (44.14% from 255 or 62.22% from 180); Max value from RGB is 112 - color contains mainly: blue. Hex color #2D1770 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D1770 is #D2E88F. Grayscale: #272727. Windows color (decimal): -13822096 or 7345965. OLE color: 7345965.
HSL color Cylindrical-coordinate representation of color #2D1770: hue angle of 254.83º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D1770 is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 23 | 112 | - |
| CMYK | 0.60 | 0.79 | 0 | 0.56 |
| HSL | 254.83º | 0.66% | 0.26% | - |
| HSV(B) | 254.83º | 0.79% | 0.44% | - |
| XYZ | 4.31 | 2.34 | 15.55 | - |
| YUV | 39.72 | 168.79 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 23 | 112 | 0.60 | 0.79 | 0 | 0.56 | 254.83 | 0.66 | 0.26 |
| Hex | 2D | 17 | 70 | 3C | 4F | 0 | 38 | FF | 42 | 1A |
| Octal | 55 | 27 | 160 | 74 | 117 | 0 | 70 | 377 | 102 | 32 |
| Binary | 101101 | 10111 | 1110000 | 111100 | 1001111 | 0 | 111000 | 11111111 | 1000010 | 11010 |
Color Harmonies of #2D1770
Complementary color
Monochromatic Colors of #2D1770
Black with #2D1770
Text Example
Text Example
White with #2D1770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1770; }
p { color: rgb(45,23,112); }
H1.HeaderClassName
{
color: #2D1770;
}
.AnyTagClassName
{
color: #2D1770;
}
</style>
background-color css
<style>
a { background-color: #2D1770; }
a { background-color: rgb(45,23,112); }
div.DivClassName
{
background-color: #2D1770;
}
.BgClassName
{
background-color: #2D1770;
}
</style>
border-color css
<style>
span { border-color: #2D1770; }
span { border-color: rgb(45,23,112); }
td.TdClassName
{
border-color: #2D1770;
}
.TagClassName
{
border-color: #2D1770;
}
</style>