Shades of Indigo #3E035E
Tints of Indigo #3E035E
RGB
CMYK
RGB Variations
Color information
#3E035E (or 0x3E035E) is known color: Indigo. HEX triplet: 3E, 03 and 5E. RGB value is (62,3,94). Sum of RGB (Red+Green+Blue) = 62+3+94=159 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.99% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 94 (37.11% from 255 or 59.12% from 159); Max value from RGB is 94 - color contains mainly: blue. Hex color #3E035E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E035E is #C1FCA1. Grayscale: #1E1E1E. Windows color (decimal): -12713122 or 6161214. OLE color: 6161214.
HSL color Cylindrical-coordinate representation of color #3E035E: hue angle of 278.9º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E035E is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 62 | 3 | 94 | - |
| CMYK | 0.34 | 0.97 | 0 | 0.63 |
| HSL | 278.9º | 0.94% | 0.19% | - |
| HSV(B) | 278.9º | 0.97% | 0.37% | - |
| XYZ | 4.04 | 1.9 | 10.74 | - |
| YUV | 31.02 | 163.55 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 3 | 94 | 0.34 | 0.97 | 0 | 0.63 | 278.9 | 0.94 | 0.19 |
| Hex | 3E | 3 | 5E | 22 | 61 | 0 | 3F | 117 | 5E | 13 |
| Octal | 76 | 3 | 136 | 42 | 141 | 0 | 77 | 427 | 136 | 23 |
| Binary | 111110 | 11 | 1011110 | 100010 | 1100001 | 0 | 111111 | 100010111 | 1011110 | 10011 |
Color Harmonies of #3E035E
Complementary color
Monochromatic Colors of #3E035E
Black with #3E035E
Text Example
Text Example
White with #3E035E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E035E; }
p { color: rgb(62,3,94); }
H1.HeaderClassName
{
color: #3E035E;
}
.AnyTagClassName
{
color: #3E035E;
}
</style>
background-color css
<style>
a { background-color: #3E035E; }
a { background-color: rgb(62,3,94); }
div.DivClassName
{
background-color: #3E035E;
}
.BgClassName
{
background-color: #3E035E;
}
</style>
border-color css
<style>
span { border-color: #3E035E; }
span { border-color: rgb(62,3,94); }
td.TdClassName
{
border-color: #3E035E;
}
.TagClassName
{
border-color: #3E035E;
}
</style>