Shades of Persian Indigo #3C197C
Tints of Persian Indigo #3C197C
RGB
CMYK
RGB Variations
Color information
#3C197C (or 0x3C197C) is known color: Persian Indigo. HEX triplet: 3C, 19 and 7C. RGB value is (60,25,124). Sum of RGB (Red+Green+Blue) = 60+25+124=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 124 (48.83% from 255 or 59.33% from 209); Max value from RGB is 124 - color contains mainly: blue. Hex color #3C197C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C197C is #C3E683. Grayscale: #2E2E2E. Windows color (decimal): -12838532 or 8132924. OLE color: 8132924.
HSL color Cylindrical-coordinate representation of color #3C197C: hue angle of 261.21º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C197C is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 25 | 124 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.51 |
| HSL | 261.21º | 0.66% | 0.29% | - |
| HSV(B) | 261.21º | 0.8% | 0.49% | - |
| XYZ | 5.85 | 3.11 | 19.36 | - |
| YUV | 46.75 | 171.6 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 25 | 124 | 0.52 | 0.80 | 0 | 0.51 | 261.21 | 0.66 | 0.29 |
| Hex | 3C | 19 | 7C | 34 | 50 | 0 | 33 | 105 | 42 | 1D |
| Octal | 74 | 31 | 174 | 64 | 120 | 0 | 63 | 405 | 102 | 35 |
| Binary | 111100 | 11001 | 1111100 | 110100 | 1010000 | 0 | 110011 | 100000101 | 1000010 | 11101 |
Color Harmonies of #3C197C
Complementary color
Monochromatic Colors of #3C197C
Black with #3C197C
Text Example
Text Example
White with #3C197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C197C; }
p { color: rgb(60,25,124); }
H1.HeaderClassName
{
color: #3C197C;
}
.AnyTagClassName
{
color: #3C197C;
}
</style>
background-color css
<style>
a { background-color: #3C197C; }
a { background-color: rgb(60,25,124); }
div.DivClassName
{
background-color: #3C197C;
}
.BgClassName
{
background-color: #3C197C;
}
</style>
border-color css
<style>
span { border-color: #3C197C; }
span { border-color: rgb(60,25,124); }
td.TdClassName
{
border-color: #3C197C;
}
.TagClassName
{
border-color: #3C197C;
}
</style>