Shades of Persian Indigo #2D196F
Tints of Persian Indigo #2D196F
RGB
CMYK
RGB Variations
Color information
#2D196F (or 0x2D196F) is known color: Persian Indigo. HEX triplet: 2D, 19 and 6F. RGB value is (45,25,111). Sum of RGB (Red+Green+Blue) = 45+25+111=181 (23% of max value = 765). Red value is 45 (17.97% from 255 or 24.86% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 111 (43.75% from 255 or 61.33% from 181); Max value from RGB is 111 - color contains mainly: blue. Hex color #2D196F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D196F is #D2E690. Grayscale: #282828. Windows color (decimal): -13821585 or 7280941. OLE color: 7280941.
HSL color Cylindrical-coordinate representation of color #2D196F: hue angle of 253.95º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D196F is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 25 | 111 | - |
| CMYK | 0.59 | 0.77 | 0 | 0.56 |
| HSL | 253.95º | 0.63% | 0.27% | - |
| HSV(B) | 253.95º | 0.77% | 0.44% | - |
| XYZ | 4.3 | 2.4 | 15.28 | - |
| YUV | 40.78 | 167.63 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 25 | 111 | 0.59 | 0.77 | 0 | 0.56 | 253.95 | 0.63 | 0.27 |
| Hex | 2D | 19 | 6F | 3B | 4D | 0 | 38 | FE | 3F | 1B |
| Octal | 55 | 31 | 157 | 73 | 115 | 0 | 70 | 376 | 77 | 33 |
| Binary | 101101 | 11001 | 1101111 | 111011 | 1001101 | 0 | 111000 | 11111110 | 111111 | 11011 |
Color Harmonies of #2D196F
Complementary color
Monochromatic Colors of #2D196F
Black with #2D196F
Text Example
Text Example
White with #2D196F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D196F; }
p { color: rgb(45,25,111); }
H1.HeaderClassName
{
color: #2D196F;
}
.AnyTagClassName
{
color: #2D196F;
}
</style>
background-color css
<style>
a { background-color: #2D196F; }
a { background-color: rgb(45,25,111); }
div.DivClassName
{
background-color: #2D196F;
}
.BgClassName
{
background-color: #2D196F;
}
</style>
border-color css
<style>
span { border-color: #2D196F; }
span { border-color: rgb(45,25,111); }
td.TdClassName
{
border-color: #2D196F;
}
.TagClassName
{
border-color: #2D196F;
}
</style>