Shades of Persian Indigo #3C197E
Tints of Persian Indigo #3C197E
RGB
CMYK
RGB Variations
Color information
#3C197E (or 0x3C197E) is known color: Persian Indigo. HEX triplet: 3C, 19 and 7E. RGB value is (60,25,126). Sum of RGB (Red+Green+Blue) = 60+25+126=211 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.44% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 126 (49.61% from 255 or 59.72% from 211); Max value from RGB is 126 - color contains mainly: blue. Hex color #3C197E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C197E is #C3E681. Grayscale: #2E2E2E. Windows color (decimal): -12838530 or 8263996. OLE color: 8263996.
HSL color Cylindrical-coordinate representation of color #3C197E: hue angle of 260.79º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C197E is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 25 | 126 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.51 |
| HSL | 260.79º | 0.67% | 0.3% | - |
| HSV(B) | 260.79º | 0.8% | 0.49% | - |
| XYZ | 5.98 | 3.16 | 20.03 | - |
| YUV | 46.98 | 172.6 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 25 | 126 | 0.52 | 0.80 | 0 | 0.51 | 260.79 | 0.67 | 0.3 |
| Hex | 3C | 19 | 7E | 34 | 50 | 0 | 33 | 105 | 43 | 1E |
| Octal | 74 | 31 | 176 | 64 | 120 | 0 | 63 | 405 | 103 | 36 |
| Binary | 111100 | 11001 | 1111110 | 110100 | 1010000 | 0 | 110011 | 100000101 | 1000011 | 11110 |
Color Harmonies of #3C197E
Complementary color
Monochromatic Colors of #3C197E
Black with #3C197E
Text Example
Text Example
White with #3C197E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C197E; }
p { color: rgb(60,25,126); }
H1.HeaderClassName
{
color: #3C197E;
}
.AnyTagClassName
{
color: #3C197E;
}
</style>
background-color css
<style>
a { background-color: #3C197E; }
a { background-color: rgb(60,25,126); }
div.DivClassName
{
background-color: #3C197E;
}
.BgClassName
{
background-color: #3C197E;
}
</style>
border-color css
<style>
span { border-color: #3C197E; }
span { border-color: rgb(60,25,126); }
td.TdClassName
{
border-color: #3C197E;
}
.TagClassName
{
border-color: #3C197E;
}
</style>