Shades of Persian Indigo #2D1795
Tints of Persian Indigo #2D1795
RGB
CMYK
RGB Variations
Color information
#2D1795 (or 0x2D1795) is known color: Persian Indigo. HEX triplet: 2D, 17 and 95. RGB value is (45,23,149). Sum of RGB (Red+Green+Blue) = 45+23+149=217 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.74% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 149 (58.59% from 255 or 68.66% from 217); Max value from RGB is 149 - color contains mainly: blue. Hex color #2D1795 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D1795 is #D2E86A. Grayscale: #2B2B2B. Windows color (decimal): -13822059 or 9770797. OLE color: 9770797.
HSL color Cylindrical-coordinate representation of color #2D1795: hue angle of 250.48º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2D1795 is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 23 | 149 | - |
| CMYK | 0.70 | 0.85 | 0 | 0.42 |
| HSL | 250.48º | 0.73% | 0.34% | - |
| HSV(B) | 250.48º | 0.85% | 0.58% | - |
| XYZ | 6.81 | 3.34 | 28.72 | - |
| YUV | 43.94 | 187.29 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 23 | 149 | 0.70 | 0.85 | 0 | 0.42 | 250.48 | 0.73 | 0.34 |
| Hex | 2D | 17 | 95 | 46 | 55 | 0 | 2A | FA | 49 | 22 |
| Octal | 55 | 27 | 225 | 106 | 125 | 0 | 52 | 372 | 111 | 42 |
| Binary | 101101 | 10111 | 10010101 | 1000110 | 1010101 | 0 | 101010 | 11111010 | 1001001 | 100010 |
Color Harmonies of #2D1795
Complementary color
Monochromatic Colors of #2D1795
Black with #2D1795
Text Example
Text Example
White with #2D1795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1795; }
p { color: rgb(45,23,149); }
H1.HeaderClassName
{
color: #2D1795;
}
.AnyTagClassName
{
color: #2D1795;
}
</style>
background-color css
<style>
a { background-color: #2D1795; }
a { background-color: rgb(45,23,149); }
div.DivClassName
{
background-color: #2D1795;
}
.BgClassName
{
background-color: #2D1795;
}
</style>
border-color css
<style>
span { border-color: #2D1795; }
span { border-color: rgb(45,23,149); }
td.TdClassName
{
border-color: #2D1795;
}
.TagClassName
{
border-color: #2D1795;
}
</style>