Shades of Persian Indigo #2D1197
Tints of Persian Indigo #2D1197
RGB
CMYK
RGB Variations
Color information
#2D1197 (or 0x2D1197) is known color: Persian Indigo. HEX triplet: 2D, 11 and 97. RGB value is (45,17,151). Sum of RGB (Red+Green+Blue) = 45+17+151=213 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.13% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 151 (59.38% from 255 or 70.89% from 213); Max value from RGB is 151 - color contains mainly: blue. Hex color #2D1197 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D1197 is #D2EE68. Grayscale: #282828. Windows color (decimal): -13823593 or 9900333. OLE color: 9900333.
HSL color Cylindrical-coordinate representation of color #2D1197: hue angle of 252.54º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D1197 is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 45 | 17 | 151 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.41 |
| HSL | 252.54º | 0.8% | 0.33% | - |
| HSV(B) | 252.54º | 0.89% | 0.59% | - |
| XYZ | 6.87 | 3.19 | 29.53 | - |
| YUV | 40.65 | 190.28 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 17 | 151 | 0.70 | 0.89 | 0 | 0.41 | 252.54 | 0.8 | 0.33 |
| Hex | 2D | 11 | 97 | 46 | 59 | 0 | 29 | FD | 50 | 21 |
| Octal | 55 | 21 | 227 | 106 | 131 | 0 | 51 | 375 | 120 | 41 |
| Binary | 101101 | 10001 | 10010111 | 1000110 | 1011001 | 0 | 101001 | 11111101 | 1010000 | 100001 |
Color Harmonies of #2D1197
Complementary color
Monochromatic Colors of #2D1197
Black with #2D1197
Text Example
Text Example
White with #2D1197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1197; }
p { color: rgb(45,17,151); }
H1.HeaderClassName
{
color: #2D1197;
}
.AnyTagClassName
{
color: #2D1197;
}
</style>
background-color css
<style>
a { background-color: #2D1197; }
a { background-color: rgb(45,17,151); }
div.DivClassName
{
background-color: #2D1197;
}
.BgClassName
{
background-color: #2D1197;
}
</style>
border-color css
<style>
span { border-color: #2D1197; }
span { border-color: rgb(45,17,151); }
td.TdClassName
{
border-color: #2D1197;
}
.TagClassName
{
border-color: #2D1197;
}
</style>