Shades of Persian Indigo #2D197A
Tints of Persian Indigo #2D197A
RGB
CMYK
RGB Variations
Color information
#2D197A (or 0x2D197A) is known color: Persian Indigo. HEX triplet: 2D, 19 and 7A. RGB value is (45,25,122). Sum of RGB (Red+Green+Blue) = 45+25+122=192 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.44% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 122 (48.05% from 255 or 63.54% from 192); Max value from RGB is 122 - color contains mainly: blue. Hex color #2D197A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D197A is #D2E685. Grayscale: #292929. Windows color (decimal): -13821574 or 8001837. OLE color: 8001837.
HSL color Cylindrical-coordinate representation of color #2D197A: hue angle of 252.37º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D197A is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 45 | 25 | 122 | - |
| CMYK | 0.63 | 0.80 | 0 | 0.52 |
| HSL | 252.37º | 0.66% | 0.29% | - |
| HSV(B) | 252.37º | 0.8% | 0.48% | - |
| XYZ | 4.94 | 2.66 | 18.66 | - |
| YUV | 42.04 | 173.13 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 25 | 122 | 0.63 | 0.80 | 0 | 0.52 | 252.37 | 0.66 | 0.29 |
| Hex | 2D | 19 | 7A | 3F | 50 | 0 | 34 | FC | 42 | 1D |
| Octal | 55 | 31 | 172 | 77 | 120 | 0 | 64 | 374 | 102 | 35 |
| Binary | 101101 | 11001 | 1111010 | 111111 | 1010000 | 0 | 110100 | 11111100 | 1000010 | 11101 |
Color Harmonies of #2D197A
Complementary color
Monochromatic Colors of #2D197A
Black with #2D197A
Text Example
Text Example
White with #2D197A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D197A; }
p { color: rgb(45,25,122); }
H1.HeaderClassName
{
color: #2D197A;
}
.AnyTagClassName
{
color: #2D197A;
}
</style>
background-color css
<style>
a { background-color: #2D197A; }
a { background-color: rgb(45,25,122); }
div.DivClassName
{
background-color: #2D197A;
}
.BgClassName
{
background-color: #2D197A;
}
</style>
border-color css
<style>
span { border-color: #2D197A; }
span { border-color: rgb(45,25,122); }
td.TdClassName
{
border-color: #2D197A;
}
.TagClassName
{
border-color: #2D197A;
}
</style>