Shades of Indigo #3E036E
Tints of Indigo #3E036E
RGB
CMYK
RGB Variations
Color information
#3E036E (or 0x3E036E) is known color: Indigo. HEX triplet: 3E, 03 and 6E. RGB value is (62,3,110). Sum of RGB (Red+Green+Blue) = 62+3+110=175 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.43% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 110 (43.36% from 255 or 62.86% from 175); Max value from RGB is 110 - color contains mainly: blue. Hex color #3E036E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E036E is #C1FC91. Grayscale: #202020. Windows color (decimal): -12713106 or 7209790. OLE color: 7209790.
HSL color Cylindrical-coordinate representation of color #3E036E: hue angle of 273.08º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E036E is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 62 | 3 | 110 | - |
| CMYK | 0.44 | 0.97 | 0 | 0.57 |
| HSL | 273.08º | 0.95% | 0.22% | - |
| HSV(B) | 273.08º | 0.97% | 0.43% | - |
| XYZ | 4.83 | 2.22 | 14.92 | - |
| YUV | 32.84 | 171.55 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 3 | 110 | 0.44 | 0.97 | 0 | 0.57 | 273.08 | 0.95 | 0.22 |
| Hex | 3E | 3 | 6E | 2C | 61 | 0 | 39 | 111 | 5F | 16 |
| Octal | 76 | 3 | 156 | 54 | 141 | 0 | 71 | 421 | 137 | 26 |
| Binary | 111110 | 11 | 1101110 | 101100 | 1100001 | 0 | 111001 | 100010001 | 1011111 | 10110 |
Color Harmonies of #3E036E
Complementary color
Monochromatic Colors of #3E036E
Black with #3E036E
Text Example
Text Example
White with #3E036E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E036E; }
p { color: rgb(62,3,110); }
H1.HeaderClassName
{
color: #3E036E;
}
.AnyTagClassName
{
color: #3E036E;
}
</style>
background-color css
<style>
a { background-color: #3E036E; }
a { background-color: rgb(62,3,110); }
div.DivClassName
{
background-color: #3E036E;
}
.BgClassName
{
background-color: #3E036E;
}
</style>
border-color css
<style>
span { border-color: #3E036E; }
span { border-color: rgb(62,3,110); }
td.TdClassName
{
border-color: #3E036E;
}
.TagClassName
{
border-color: #3E036E;
}
</style>