Shades of Indigo #3E046B
Tints of Indigo #3E046B
RGB
CMYK
RGB Variations
Color information
#3E046B (or 0x3E046B) is known color: Indigo. HEX triplet: 3E, 04 and 6B. RGB value is (62,4,107). Sum of RGB (Red+Green+Blue) = 62+4+107=173 (22% of max value = 765). Red value is 62 (24.61% from 255 or 35.84% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 107 (42.19% from 255 or 61.85% from 173); Max value from RGB is 107 - color contains mainly: blue. Hex color #3E046B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E046B is #C1FB94. Grayscale: #202020. Windows color (decimal): -12712853 or 7013438. OLE color: 7013438.
HSL color Cylindrical-coordinate representation of color #3E046B: hue angle of 273.79º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3E046B is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 62 | 4 | 107 | - |
| CMYK | 0.42 | 0.96 | 0 | 0.58 |
| HSL | 273.79º | 0.93% | 0.22% | - |
| HSV(B) | 273.79º | 0.96% | 0.42% | - |
| XYZ | 4.68 | 2.17 | 14.08 | - |
| YUV | 33.08 | 169.72 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 4 | 107 | 0.42 | 0.96 | 0 | 0.58 | 273.79 | 0.93 | 0.22 |
| Hex | 3E | 4 | 6B | 2A | 60 | 0 | 3A | 112 | 5D | 16 |
| Octal | 76 | 4 | 153 | 52 | 140 | 0 | 72 | 422 | 135 | 26 |
| Binary | 111110 | 100 | 1101011 | 101010 | 1100000 | 0 | 111010 | 100010010 | 1011101 | 10110 |
Color Harmonies of #3E046B
Complementary color
Monochromatic Colors of #3E046B
Black with #3E046B
Text Example
Text Example
White with #3E046B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E046B; }
p { color: rgb(62,4,107); }
H1.HeaderClassName
{
color: #3E046B;
}
.AnyTagClassName
{
color: #3E046B;
}
</style>
background-color css
<style>
a { background-color: #3E046B; }
a { background-color: rgb(62,4,107); }
div.DivClassName
{
background-color: #3E046B;
}
.BgClassName
{
background-color: #3E046B;
}
</style>
border-color css
<style>
span { border-color: #3E046B; }
span { border-color: rgb(62,4,107); }
td.TdClassName
{
border-color: #3E046B;
}
.TagClassName
{
border-color: #3E046B;
}
</style>