Shades of Indigo #3C0194
Tints of Indigo #3C0194
RGB
CMYK
RGB Variations
Color information
#3C0194 (or 0x3C0194) is known color: Indigo. HEX triplet: 3C, 01 and 94. RGB value is (60,1,148). Sum of RGB (Red+Green+Blue) = 60+1+148=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 148 (58.20% from 255 or 70.81% from 209); Max value from RGB is 148 - color contains mainly: blue. Hex color #3C0194 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0194 is #C3FE6B. Grayscale: #222222. Windows color (decimal): -12844652 or 9699644. OLE color: 9699644.
HSL color Cylindrical-coordinate representation of color #3C0194: hue angle of 264.08º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C0194 is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 1 | 148 | - |
| CMYK | 0.59 | 0.99 | 0 | 0.42 |
| HSL | 264.08º | 0.99% | 0.29% | - |
| HSV(B) | 264.08º | 0.99% | 0.58% | - |
| XYZ | 7.22 | 3.12 | 28.24 | - |
| YUV | 35.4 | 191.55 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 1 | 148 | 0.59 | 0.99 | 0 | 0.42 | 264.08 | 0.99 | 0.29 |
| Hex | 3C | 1 | 94 | 3B | 63 | 0 | 2A | 108 | 63 | 1D |
| Octal | 74 | 1 | 224 | 73 | 143 | 0 | 52 | 410 | 143 | 35 |
| Binary | 111100 | 1 | 10010100 | 111011 | 1100011 | 0 | 101010 | 100001000 | 1100011 | 11101 |
Color Harmonies of #3C0194
Complementary color
Monochromatic Colors of #3C0194
Black with #3C0194
Text Example
Text Example
White with #3C0194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0194; }
p { color: rgb(60,1,148); }
H1.HeaderClassName
{
color: #3C0194;
}
.AnyTagClassName
{
color: #3C0194;
}
</style>
background-color css
<style>
a { background-color: #3C0194; }
a { background-color: rgb(60,1,148); }
div.DivClassName
{
background-color: #3C0194;
}
.BgClassName
{
background-color: #3C0194;
}
</style>
border-color css
<style>
span { border-color: #3C0194; }
span { border-color: rgb(60,1,148); }
td.TdClassName
{
border-color: #3C0194;
}
.TagClassName
{
border-color: #3C0194;
}
</style>