Shades of Indigo #3C018E
Tints of Indigo #3C018E
RGB
CMYK
RGB Variations
Color information
#3C018E (or 0x3C018E) is known color: Indigo. HEX triplet: 3C, 01 and 8E. RGB value is (60,1,142). Sum of RGB (Red+Green+Blue) = 60+1+142=203 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.56% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 142 (55.86% from 255 or 69.95% from 203); Max value from RGB is 142 - color contains mainly: blue. Hex color #3C018E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C018E is #C3FE71. Grayscale: #222222. Windows color (decimal): -12844658 or 9306428. OLE color: 9306428.
HSL color Cylindrical-coordinate representation of color #3C018E: hue angle of 265.11º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C018E is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 1 | 142 | - |
| CMYK | 0.58 | 0.99 | 0 | 0.44 |
| HSL | 265.11º | 0.99% | 0.28% | - |
| HSV(B) | 265.11º | 0.99% | 0.56% | - |
| XYZ | 6.76 | 2.94 | 25.8 | - |
| YUV | 34.72 | 188.55 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 1 | 142 | 0.58 | 0.99 | 0 | 0.44 | 265.11 | 0.99 | 0.28 |
| Hex | 3C | 1 | 8E | 3A | 63 | 0 | 2C | 109 | 63 | 1C |
| Octal | 74 | 1 | 216 | 72 | 143 | 0 | 54 | 411 | 143 | 34 |
| Binary | 111100 | 1 | 10001110 | 111010 | 1100011 | 0 | 101100 | 100001001 | 1100011 | 11100 |
Color Harmonies of #3C018E
Complementary color
Monochromatic Colors of #3C018E
Black with #3C018E
Text Example
Text Example
White with #3C018E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C018E; }
p { color: rgb(60,1,142); }
H1.HeaderClassName
{
color: #3C018E;
}
.AnyTagClassName
{
color: #3C018E;
}
</style>
background-color css
<style>
a { background-color: #3C018E; }
a { background-color: rgb(60,1,142); }
div.DivClassName
{
background-color: #3C018E;
}
.BgClassName
{
background-color: #3C018E;
}
</style>
border-color css
<style>
span { border-color: #3C018E; }
span { border-color: rgb(60,1,142); }
td.TdClassName
{
border-color: #3C018E;
}
.TagClassName
{
border-color: #3C018E;
}
</style>