Shades of Indigo #3C0277
Tints of Indigo #3C0277
RGB
CMYK
RGB Variations
Color information
#3C0277 (or 0x3C0277) is known color: Indigo. HEX triplet: 3C, 02 and 77. RGB value is (60,2,119). Sum of RGB (Red+Green+Blue) = 60+2+119=181 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.15% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 119 (46.88% from 255 or 65.75% from 181); Max value from RGB is 119 - color contains mainly: blue. Hex color #3C0277 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0277 is #C3FD88. Grayscale: #202020. Windows color (decimal): -12844425 or 7799356. OLE color: 7799356.
HSL color Cylindrical-coordinate representation of color #3C0277: hue angle of 269.74º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C0277 is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 2 | 119 | - |
| CMYK | 0.50 | 0.98 | 0 | 0.53 |
| HSL | 269.74º | 0.97% | 0.24% | - |
| HSV(B) | 269.74º | 0.98% | 0.47% | - |
| XYZ | 5.21 | 2.34 | 17.63 | - |
| YUV | 32.68 | 176.72 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 2 | 119 | 0.50 | 0.98 | 0 | 0.53 | 269.74 | 0.97 | 0.24 |
| Hex | 3C | 2 | 77 | 32 | 62 | 0 | 35 | 10E | 61 | 18 |
| Octal | 74 | 2 | 167 | 62 | 142 | 0 | 65 | 416 | 141 | 30 |
| Binary | 111100 | 10 | 1110111 | 110010 | 1100010 | 0 | 110101 | 100001110 | 1100001 | 11000 |
Color Harmonies of #3C0277
Complementary color
Monochromatic Colors of #3C0277
Black with #3C0277
Text Example
Text Example
White with #3C0277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0277; }
p { color: rgb(60,2,119); }
H1.HeaderClassName
{
color: #3C0277;
}
.AnyTagClassName
{
color: #3C0277;
}
</style>
background-color css
<style>
a { background-color: #3C0277; }
a { background-color: rgb(60,2,119); }
div.DivClassName
{
background-color: #3C0277;
}
.BgClassName
{
background-color: #3C0277;
}
</style>
border-color css
<style>
span { border-color: #3C0277; }
span { border-color: rgb(60,2,119); }
td.TdClassName
{
border-color: #3C0277;
}
.TagClassName
{
border-color: #3C0277;
}
</style>