Shades of Indigo #3E019C
Tints of Indigo #3E019C
RGB
CMYK
RGB Variations
Color information
#3E019C (or 0x3E019C) is known color: Indigo. HEX triplet: 3E, 01 and 9C. RGB value is (62,1,156). Sum of RGB (Red+Green+Blue) = 62+1+156=219 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.31% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 156 (61.33% from 255 or 71.23% from 219); Max value from RGB is 156 - color contains mainly: blue. Hex color #3E019C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E019C is #C1FE63. Grayscale: #242424. Windows color (decimal): -12713572 or 10223934. OLE color: 10223934.
HSL color Cylindrical-coordinate representation of color #3E019C: hue angle of 263.61º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E019C is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 62 | 1 | 156 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.39 |
| HSL | 263.61º | 0.99% | 0.31% | - |
| HSV(B) | 263.61º | 0.99% | 0.61% | - |
| XYZ | 8 | 3.45 | 31.7 | - |
| YUV | 36.91 | 195.21 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 1 | 156 | 0.60 | 0.99 | 0 | 0.39 | 263.61 | 0.99 | 0.31 |
| Hex | 3E | 1 | 9C | 3C | 63 | 0 | 27 | 108 | 63 | 1F |
| Octal | 76 | 1 | 234 | 74 | 143 | 0 | 47 | 410 | 143 | 37 |
| Binary | 111110 | 1 | 10011100 | 111100 | 1100011 | 0 | 100111 | 100001000 | 1100011 | 11111 |
Color Harmonies of #3E019C
Complementary color
Monochromatic Colors of #3E019C
Black with #3E019C
Text Example
Text Example
White with #3E019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E019C; }
p { color: rgb(62,1,156); }
H1.HeaderClassName
{
color: #3E019C;
}
.AnyTagClassName
{
color: #3E019C;
}
</style>
background-color css
<style>
a { background-color: #3E019C; }
a { background-color: rgb(62,1,156); }
div.DivClassName
{
background-color: #3E019C;
}
.BgClassName
{
background-color: #3E019C;
}
</style>
border-color css
<style>
span { border-color: #3E019C; }
span { border-color: rgb(62,1,156); }
td.TdClassName
{
border-color: #3E019C;
}
.TagClassName
{
border-color: #3E019C;
}
</style>