Shades of Persian Indigo #2D1195
Tints of Persian Indigo #2D1195
RGB
CMYK
RGB Variations
Color information
#2D1195 (or 0x2D1195) is known color: Persian Indigo. HEX triplet: 2D, 11 and 95. RGB value is (45,17,149). Sum of RGB (Red+Green+Blue) = 45+17+149=211 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.33% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 149 (58.59% from 255 or 70.62% from 211); Max value from RGB is 149 - color contains mainly: blue. Hex color #2D1195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D1195 is #D2EE6A. Grayscale: #272727. Windows color (decimal): -13823595 or 9769261. OLE color: 9769261.
HSL color Cylindrical-coordinate representation of color #2D1195: hue angle of 252.73º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D1195 is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 17 | 149 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.42 |
| HSL | 252.73º | 0.8% | 0.33% | - |
| HSV(B) | 252.73º | 0.89% | 0.58% | - |
| XYZ | 6.71 | 3.13 | 28.68 | - |
| YUV | 40.42 | 189.28 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 17 | 149 | 0.70 | 0.89 | 0 | 0.42 | 252.73 | 0.8 | 0.33 |
| Hex | 2D | 11 | 95 | 46 | 59 | 0 | 2A | FD | 50 | 21 |
| Octal | 55 | 21 | 225 | 106 | 131 | 0 | 52 | 375 | 120 | 41 |
| Binary | 101101 | 10001 | 10010101 | 1000110 | 1011001 | 0 | 101010 | 11111101 | 1010000 | 100001 |
Color Harmonies of #2D1195
Complementary color
Monochromatic Colors of #2D1195
Black with #2D1195
Text Example
Text Example
White with #2D1195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1195; }
p { color: rgb(45,17,149); }
H1.HeaderClassName
{
color: #2D1195;
}
.AnyTagClassName
{
color: #2D1195;
}
</style>
background-color css
<style>
a { background-color: #2D1195; }
a { background-color: rgb(45,17,149); }
div.DivClassName
{
background-color: #2D1195;
}
.BgClassName
{
background-color: #2D1195;
}
</style>
border-color css
<style>
span { border-color: #2D1195; }
span { border-color: rgb(45,17,149); }
td.TdClassName
{
border-color: #2D1195;
}
.TagClassName
{
border-color: #2D1195;
}
</style>