Shades of Indigo #3E046C
Tints of Indigo #3E046C
RGB
CMYK
RGB Variations
Color information
#3E046C (or 0x3E046C) is known color: Indigo. HEX triplet: 3E, 04 and 6C. RGB value is (62,4,108). Sum of RGB (Red+Green+Blue) = 62+4+108=174 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.63% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 108 (42.58% from 255 or 62.07% from 174); Max value from RGB is 108 - color contains mainly: blue. Hex color #3E046C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E046C is #C1FB93. Grayscale: #202020. Windows color (decimal): -12712852 or 7078974. OLE color: 7078974.
HSL color Cylindrical-coordinate representation of color #3E046C: hue angle of 273.46º 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 #3E046C is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 62 | 4 | 108 | - |
| CMYK | 0.43 | 0.96 | 0 | 0.58 |
| HSL | 273.46º | 0.93% | 0.22% | - |
| HSV(B) | 273.46º | 0.96% | 0.42% | - |
| XYZ | 4.74 | 2.19 | 14.36 | - |
| YUV | 33.2 | 170.22 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 4 | 108 | 0.43 | 0.96 | 0 | 0.58 | 273.46 | 0.93 | 0.22 |
| Hex | 3E | 4 | 6C | 2B | 60 | 0 | 3A | 111 | 5D | 16 |
| Octal | 76 | 4 | 154 | 53 | 140 | 0 | 72 | 421 | 135 | 26 |
| Binary | 111110 | 100 | 1101100 | 101011 | 1100000 | 0 | 111010 | 100010001 | 1011101 | 10110 |
Color Harmonies of #3E046C
Complementary color
Monochromatic Colors of #3E046C
Black with #3E046C
Text Example
Text Example
White with #3E046C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E046C; }
p { color: rgb(62,4,108); }
H1.HeaderClassName
{
color: #3E046C;
}
.AnyTagClassName
{
color: #3E046C;
}
</style>
background-color css
<style>
a { background-color: #3E046C; }
a { background-color: rgb(62,4,108); }
div.DivClassName
{
background-color: #3E046C;
}
.BgClassName
{
background-color: #3E046C;
}
</style>
border-color css
<style>
span { border-color: #3E046C; }
span { border-color: rgb(62,4,108); }
td.TdClassName
{
border-color: #3E046C;
}
.TagClassName
{
border-color: #3E046C;
}
</style>