Shades of Persian Indigo #3D199F
Tints of Persian Indigo #3D199F
RGB
CMYK
RGB Variations
Color information
#3D199F (or 0x3D199F) is known color: Persian Indigo. HEX triplet: 3D, 19 and 9F. RGB value is (61,25,159). Sum of RGB (Red+Green+Blue) = 61+25+159=245 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.90% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 159 (62.5% from 255 or 64.90% from 245); Max value from RGB is 159 - color contains mainly: blue. Hex color #3D199F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D199F is #C2E660. Grayscale: #323232. Windows color (decimal): -12772961 or 10426685. OLE color: 10426685.
HSL color Cylindrical-coordinate representation of color #3D199F: hue angle of 256.12º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3D199F is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 61 | 25 | 159 | - |
| CMYK | 0.62 | 0.84 | 0 | 0.38 |
| HSL | 256.12º | 0.73% | 0.36% | - |
| HSV(B) | 256.12º | 0.84% | 0.62% | - |
| XYZ | 8.53 | 4.19 | 33.16 | - |
| YUV | 51.04 | 188.93 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 25 | 159 | 0.62 | 0.84 | 0 | 0.38 | 256.12 | 0.73 | 0.36 |
| Hex | 3D | 19 | 9F | 3E | 54 | 0 | 26 | 100 | 49 | 24 |
| Octal | 75 | 31 | 237 | 76 | 124 | 0 | 46 | 400 | 111 | 44 |
| Binary | 111101 | 11001 | 10011111 | 111110 | 1010100 | 0 | 100110 | 100000000 | 1001001 | 100100 |
Color Harmonies of #3D199F
Complementary color
Monochromatic Colors of #3D199F
Black with #3D199F
Text Example
Text Example
White with #3D199F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D199F; }
p { color: rgb(61,25,159); }
H1.HeaderClassName
{
color: #3D199F;
}
.AnyTagClassName
{
color: #3D199F;
}
</style>
background-color css
<style>
a { background-color: #3D199F; }
a { background-color: rgb(61,25,159); }
div.DivClassName
{
background-color: #3D199F;
}
.BgClassName
{
background-color: #3D199F;
}
</style>
border-color css
<style>
span { border-color: #3D199F; }
span { border-color: rgb(61,25,159); }
td.TdClassName
{
border-color: #3D199F;
}
.TagClassName
{
border-color: #3D199F;
}
</style>