Shades of Persian Indigo #3C197B
Tints of Persian Indigo #3C197B
RGB
CMYK
RGB Variations
Color information
#3C197B (or 0x3C197B) is known color: Persian Indigo. HEX triplet: 3C, 19 and 7B. RGB value is (60,25,123). Sum of RGB (Red+Green+Blue) = 60+25+123=208 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.85% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 123 (48.44% from 255 or 59.13% from 208); Max value from RGB is 123 - color contains mainly: blue. Hex color #3C197B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C197B is #C3E684. Grayscale: #2E2E2E. Windows color (decimal): -12838533 or 8067388. OLE color: 8067388.
HSL color Cylindrical-coordinate representation of color #3C197B: hue angle of 261.43º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C197B is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 60 | 25 | 123 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.52 |
| HSL | 261.43º | 0.66% | 0.29% | - |
| HSV(B) | 261.43º | 0.8% | 0.48% | - |
| XYZ | 5.79 | 3.09 | 19.03 | - |
| YUV | 46.64 | 171.1 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 25 | 123 | 0.51 | 0.80 | 0 | 0.52 | 261.43 | 0.66 | 0.29 |
| Hex | 3C | 19 | 7B | 33 | 50 | 0 | 34 | 105 | 42 | 1D |
| Octal | 74 | 31 | 173 | 63 | 120 | 0 | 64 | 405 | 102 | 35 |
| Binary | 111100 | 11001 | 1111011 | 110011 | 1010000 | 0 | 110100 | 100000101 | 1000010 | 11101 |
Color Harmonies of #3C197B
Complementary color
Monochromatic Colors of #3C197B
Black with #3C197B
Text Example
Text Example
White with #3C197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C197B; }
p { color: rgb(60,25,123); }
H1.HeaderClassName
{
color: #3C197B;
}
.AnyTagClassName
{
color: #3C197B;
}
</style>
background-color css
<style>
a { background-color: #3C197B; }
a { background-color: rgb(60,25,123); }
div.DivClassName
{
background-color: #3C197B;
}
.BgClassName
{
background-color: #3C197B;
}
</style>
border-color css
<style>
span { border-color: #3C197B; }
span { border-color: rgb(60,25,123); }
td.TdClassName
{
border-color: #3C197B;
}
.TagClassName
{
border-color: #3C197B;
}
</style>