Shades of Persian Indigo #3C199C
Tints of Persian Indigo #3C199C
RGB
CMYK
RGB Variations
Color information
#3C199C (or 0x3C199C) is known color: Persian Indigo. HEX triplet: 3C, 19 and 9C. RGB value is (60,25,156). Sum of RGB (Red+Green+Blue) = 60+25+156=241 (31% of max value = 765). Red value is 60 (23.83% from 255 or 24.90% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 156 (61.33% from 255 or 64.73% from 241); Max value from RGB is 156 - color contains mainly: blue. Hex color #3C199C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C199C is #C3E663. Grayscale: #313131. Windows color (decimal): -12838500 or 10230076. OLE color: 10230076.
HSL color Cylindrical-coordinate representation of color #3C199C: hue angle of 256.03º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C199C is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 25 | 156 | - |
| CMYK | 0.62 | 0.84 | 0 | 0.39 |
| HSL | 256.03º | 0.72% | 0.35% | - |
| HSV(B) | 256.03º | 0.84% | 0.61% | - |
| XYZ | 8.21 | 4.06 | 31.8 | - |
| YUV | 50.4 | 187.6 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 25 | 156 | 0.62 | 0.84 | 0 | 0.39 | 256.03 | 0.72 | 0.35 |
| Hex | 3C | 19 | 9C | 3E | 54 | 0 | 27 | 100 | 48 | 23 |
| Octal | 74 | 31 | 234 | 76 | 124 | 0 | 47 | 400 | 110 | 43 |
| Binary | 111100 | 11001 | 10011100 | 111110 | 1010100 | 0 | 100111 | 100000000 | 1001000 | 100011 |
Color Harmonies of #3C199C
Complementary color
Monochromatic Colors of #3C199C
Black with #3C199C
Text Example
Text Example
White with #3C199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C199C; }
p { color: rgb(60,25,156); }
H1.HeaderClassName
{
color: #3C199C;
}
.AnyTagClassName
{
color: #3C199C;
}
</style>
background-color css
<style>
a { background-color: #3C199C; }
a { background-color: rgb(60,25,156); }
div.DivClassName
{
background-color: #3C199C;
}
.BgClassName
{
background-color: #3C199C;
}
</style>
border-color css
<style>
span { border-color: #3C199C; }
span { border-color: rgb(60,25,156); }
td.TdClassName
{
border-color: #3C199C;
}
.TagClassName
{
border-color: #3C199C;
}
</style>