Shades of Persian Indigo #2D1174
Tints of Persian Indigo #2D1174
RGB
CMYK
RGB Variations
Color information
#2D1174 (or 0x2D1174) is known color: Persian Indigo. HEX triplet: 2D, 11 and 74. RGB value is (45,17,116). Sum of RGB (Red+Green+Blue) = 45+17+116=178 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.28% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 116 (45.70% from 255 or 65.17% from 178); Max value from RGB is 116 - color contains mainly: blue. Hex color #2D1174 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D1174 is #D2EE8B. Grayscale: #242424. Windows color (decimal): -13823628 or 7606573. OLE color: 7606573.
HSL color Cylindrical-coordinate representation of color #2D1174: hue angle of 256.97º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2D1174 is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 17 | 116 | - |
| CMYK | 0.61 | 0.85 | 0 | 0.55 |
| HSL | 256.97º | 0.74% | 0.26% | - |
| HSV(B) | 256.97º | 0.85% | 0.45% | - |
| XYZ | 4.44 | 2.22 | 16.72 | - |
| YUV | 36.66 | 172.78 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 17 | 116 | 0.61 | 0.85 | 0 | 0.55 | 256.97 | 0.74 | 0.26 |
| Hex | 2D | 11 | 74 | 3D | 55 | 0 | 37 | 101 | 4A | 1A |
| Octal | 55 | 21 | 164 | 75 | 125 | 0 | 67 | 401 | 112 | 32 |
| Binary | 101101 | 10001 | 1110100 | 111101 | 1010101 | 0 | 110111 | 100000001 | 1001010 | 11010 |
Color Harmonies of #2D1174
Complementary color
Monochromatic Colors of #2D1174
Black with #2D1174
Text Example
Text Example
White with #2D1174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1174; }
p { color: rgb(45,17,116); }
H1.HeaderClassName
{
color: #2D1174;
}
.AnyTagClassName
{
color: #2D1174;
}
</style>
background-color css
<style>
a { background-color: #2D1174; }
a { background-color: rgb(45,17,116); }
div.DivClassName
{
background-color: #2D1174;
}
.BgClassName
{
background-color: #2D1174;
}
</style>
border-color css
<style>
span { border-color: #2D1174; }
span { border-color: rgb(45,17,116); }
td.TdClassName
{
border-color: #2D1174;
}
.TagClassName
{
border-color: #2D1174;
}
</style>