Shades of Persian Indigo #3C199F
Tints of Persian Indigo #3C199F
RGB
CMYK
RGB Variations
Color information
#3C199F (or 0x3C199F) is known color: Persian Indigo. HEX triplet: 3C, 19 and 9F. RGB value is (60,25,159). Sum of RGB (Red+Green+Blue) = 60+25+159=244 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.59% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 159 (62.5% from 255 or 65.16% from 244); Max value from RGB is 159 - color contains mainly: blue. Hex color #3C199F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C199F is #C3E660. Grayscale: #323232. Windows color (decimal): -12838497 or 10426684. OLE color: 10426684.
HSL color Cylindrical-coordinate representation of color #3C199F: hue angle of 255.67º 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 #3C199F is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 25 | 159 | - |
| CMYK | 0.62 | 0.84 | 0 | 0.38 |
| HSL | 255.67º | 0.73% | 0.36% | - |
| HSV(B) | 255.67º | 0.84% | 0.62% | - |
| XYZ | 8.47 | 4.16 | 33.16 | - |
| YUV | 50.74 | 189.1 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 25 | 159 | 0.62 | 0.84 | 0 | 0.38 | 255.67 | 0.73 | 0.36 |
| Hex | 3C | 19 | 9F | 3E | 54 | 0 | 26 | 100 | 49 | 24 |
| Octal | 74 | 31 | 237 | 76 | 124 | 0 | 46 | 400 | 111 | 44 |
| Binary | 111100 | 11001 | 10011111 | 111110 | 1010100 | 0 | 100110 | 100000000 | 1001001 | 100100 |
Color Harmonies of #3C199F
Complementary color
Monochromatic Colors of #3C199F
Black with #3C199F
Text Example
Text Example
White with #3C199F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C199F; }
p { color: rgb(60,25,159); }
H1.HeaderClassName
{
color: #3C199F;
}
.AnyTagClassName
{
color: #3C199F;
}
</style>
background-color css
<style>
a { background-color: #3C199F; }
a { background-color: rgb(60,25,159); }
div.DivClassName
{
background-color: #3C199F;
}
.BgClassName
{
background-color: #3C199F;
}
</style>
border-color css
<style>
span { border-color: #3C199F; }
span { border-color: rgb(60,25,159); }
td.TdClassName
{
border-color: #3C199F;
}
.TagClassName
{
border-color: #3C199F;
}
</style>