Shades of Indigo #3C0377
Tints of Indigo #3C0377
RGB
CMYK
RGB Variations
Color information
#3C0377 (or 0x3C0377) is known color: Indigo. HEX triplet: 3C, 03 and 77. RGB value is (60,3,119). Sum of RGB (Red+Green+Blue) = 60+3+119=182 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.97% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 119 (46.88% from 255 or 65.38% from 182); Max value from RGB is 119 - color contains mainly: blue. Hex color #3C0377 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0377 is #C3FC88. Grayscale: #202020. Windows color (decimal): -12844169 or 7799612. OLE color: 7799612.
HSL color Cylindrical-coordinate representation of color #3C0377: hue angle of 269.48º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C0377 is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 3 | 119 | - |
| CMYK | 0.50 | 0.97 | 0 | 0.53 |
| HSL | 269.48º | 0.95% | 0.24% | - |
| HSV(B) | 269.48º | 0.97% | 0.47% | - |
| XYZ | 5.23 | 2.36 | 17.63 | - |
| YUV | 33.27 | 176.38 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 3 | 119 | 0.50 | 0.97 | 0 | 0.53 | 269.48 | 0.95 | 0.24 |
| Hex | 3C | 3 | 77 | 32 | 61 | 0 | 35 | 10D | 5F | 18 |
| Octal | 74 | 3 | 167 | 62 | 141 | 0 | 65 | 415 | 137 | 30 |
| Binary | 111100 | 11 | 1110111 | 110010 | 1100001 | 0 | 110101 | 100001101 | 1011111 | 11000 |
Color Harmonies of #3C0377
Complementary color
Monochromatic Colors of #3C0377
Black with #3C0377
Text Example
Text Example
White with #3C0377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0377; }
p { color: rgb(60,3,119); }
H1.HeaderClassName
{
color: #3C0377;
}
.AnyTagClassName
{
color: #3C0377;
}
</style>
background-color css
<style>
a { background-color: #3C0377; }
a { background-color: rgb(60,3,119); }
div.DivClassName
{
background-color: #3C0377;
}
.BgClassName
{
background-color: #3C0377;
}
</style>
border-color css
<style>
span { border-color: #3C0377; }
span { border-color: rgb(60,3,119); }
td.TdClassName
{
border-color: #3C0377;
}
.TagClassName
{
border-color: #3C0377;
}
</style>