Shades of Persian Indigo #2D1175
Tints of Persian Indigo #2D1175
RGB
CMYK
RGB Variations
Color information
#2D1175 (or 0x2D1175) is known color: Persian Indigo. HEX triplet: 2D, 11 and 75. RGB value is (45,17,117). Sum of RGB (Red+Green+Blue) = 45+17+117=179 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.14% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 117 (46.09% from 255 or 65.36% from 179); Max value from RGB is 117 - color contains mainly: blue. Hex color #2D1175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D1175 is #D2EE8A. Grayscale: #242424. Windows color (decimal): -13823627 or 7672109. OLE color: 7672109.
HSL color Cylindrical-coordinate representation of color #2D1175: hue angle of 256.8º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2D1175 is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 45 | 17 | 117 | - |
| CMYK | 0.62 | 0.85 | 0 | 0.54 |
| HSL | 256.8º | 0.75% | 0.26% | - |
| HSV(B) | 256.8º | 0.85% | 0.46% | - |
| XYZ | 4.49 | 2.24 | 17.03 | - |
| YUV | 36.77 | 173.28 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 17 | 117 | 0.62 | 0.85 | 0 | 0.54 | 256.8 | 0.75 | 0.26 |
| Hex | 2D | 11 | 75 | 3E | 55 | 0 | 36 | 101 | 4B | 1A |
| Octal | 55 | 21 | 165 | 76 | 125 | 0 | 66 | 401 | 113 | 32 |
| Binary | 101101 | 10001 | 1110101 | 111110 | 1010101 | 0 | 110110 | 100000001 | 1001011 | 11010 |
Color Harmonies of #2D1175
Complementary color
Monochromatic Colors of #2D1175
Black with #2D1175
Text Example
Text Example
White with #2D1175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1175; }
p { color: rgb(45,17,117); }
H1.HeaderClassName
{
color: #2D1175;
}
.AnyTagClassName
{
color: #2D1175;
}
</style>
background-color css
<style>
a { background-color: #2D1175; }
a { background-color: rgb(45,17,117); }
div.DivClassName
{
background-color: #2D1175;
}
.BgClassName
{
background-color: #2D1175;
}
</style>
border-color css
<style>
span { border-color: #2D1175; }
span { border-color: rgb(45,17,117); }
td.TdClassName
{
border-color: #2D1175;
}
.TagClassName
{
border-color: #2D1175;
}
</style>