Shades of Indigo #3C0178
Tints of Indigo #3C0178
RGB
CMYK
RGB Variations
Color information
#3C0178 (or 0x3C0178) is known color: Indigo. HEX triplet: 3C, 01 and 78. RGB value is (60,1,120). Sum of RGB (Red+Green+Blue) = 60+1+120=181 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.15% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 120 (47.27% from 255 or 66.30% from 181); Max value from RGB is 120 - color contains mainly: blue. Hex color #3C0178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0178 is #C3FE87. Grayscale: #1F1F1F. Windows color (decimal): -12844680 or 7864636. OLE color: 7864636.
HSL color Cylindrical-coordinate representation of color #3C0178: hue angle of 269.75º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C0178 is Cyan = 0.5, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 1 | 120 | - |
| CMYK | 0.5 | 0.99 | 0 | 0.53 |
| HSL | 269.75º | 0.98% | 0.24% | - |
| HSV(B) | 269.75º | 0.99% | 0.47% | - |
| XYZ | 5.26 | 2.34 | 17.94 | - |
| YUV | 32.21 | 177.55 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 1 | 120 | 0.5 | 0.99 | 0 | 0.53 | 269.75 | 0.98 | 0.24 |
| Hex | 3C | 1 | 78 | 32 | 63 | 0 | 35 | 10E | 62 | 18 |
| Octal | 74 | 1 | 170 | 62 | 143 | 0 | 65 | 416 | 142 | 30 |
| Binary | 111100 | 1 | 1111000 | 110010 | 1100011 | 0 | 110101 | 100001110 | 1100010 | 11000 |
Color Harmonies of #3C0178
Complementary color
Monochromatic Colors of #3C0178
Black with #3C0178
Text Example
Text Example
White with #3C0178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0178; }
p { color: rgb(60,1,120); }
H1.HeaderClassName
{
color: #3C0178;
}
.AnyTagClassName
{
color: #3C0178;
}
</style>
background-color css
<style>
a { background-color: #3C0178; }
a { background-color: rgb(60,1,120); }
div.DivClassName
{
background-color: #3C0178;
}
.BgClassName
{
background-color: #3C0178;
}
</style>
border-color css
<style>
span { border-color: #3C0178; }
span { border-color: rgb(60,1,120); }
td.TdClassName
{
border-color: #3C0178;
}
.TagClassName
{
border-color: #3C0178;
}
</style>