Shades of Persian Indigo #2D197C
Tints of Persian Indigo #2D197C
RGB
CMYK
RGB Variations
Color information
#2D197C (or 0x2D197C) is known color: Persian Indigo. HEX triplet: 2D, 19 and 7C. RGB value is (45,25,124). Sum of RGB (Red+Green+Blue) = 45+25+124=194 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.20% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 124 (48.83% from 255 or 63.92% from 194); Max value from RGB is 124 - color contains mainly: blue. Hex color #2D197C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D197C is #D2E683. Grayscale: #292929. Windows color (decimal): -13821572 or 8132909. OLE color: 8132909.
HSL color Cylindrical-coordinate representation of color #2D197C: hue angle of 252.12º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D197C is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 45 | 25 | 124 | - |
| CMYK | 0.64 | 0.80 | 0 | 0.51 |
| HSL | 252.12º | 0.66% | 0.29% | - |
| HSV(B) | 252.12º | 0.8% | 0.49% | - |
| XYZ | 5.07 | 2.71 | 19.32 | - |
| YUV | 42.27 | 174.13 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 25 | 124 | 0.64 | 0.80 | 0 | 0.51 | 252.12 | 0.66 | 0.29 |
| Hex | 2D | 19 | 7C | 40 | 50 | 0 | 33 | FC | 42 | 1D |
| Octal | 55 | 31 | 174 | 100 | 120 | 0 | 63 | 374 | 102 | 35 |
| Binary | 101101 | 11001 | 1111100 | 1000000 | 1010000 | 0 | 110011 | 11111100 | 1000010 | 11101 |
Color Harmonies of #2D197C
Complementary color
Monochromatic Colors of #2D197C
Black with #2D197C
Text Example
Text Example
White with #2D197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D197C; }
p { color: rgb(45,25,124); }
H1.HeaderClassName
{
color: #2D197C;
}
.AnyTagClassName
{
color: #2D197C;
}
</style>
background-color css
<style>
a { background-color: #2D197C; }
a { background-color: rgb(45,25,124); }
div.DivClassName
{
background-color: #2D197C;
}
.BgClassName
{
background-color: #2D197C;
}
</style>
border-color css
<style>
span { border-color: #2D197C; }
span { border-color: rgb(45,25,124); }
td.TdClassName
{
border-color: #2D197C;
}
.TagClassName
{
border-color: #2D197C;
}
</style>