Shades of Indigo #3E056C
Tints of Indigo #3E056C
RGB
CMYK
RGB Variations
Color information
#3E056C (or 0x3E056C) is known color: Indigo. HEX triplet: 3E, 05 and 6C. RGB value is (62,5,108). Sum of RGB (Red+Green+Blue) = 62+5+108=175 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.43% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 108 (42.58% from 255 or 61.71% from 175); Max value from RGB is 108 - color contains mainly: blue. Hex color #3E056C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E056C is #C1FA93. Grayscale: #212121. Windows color (decimal): -12712596 or 7079230. OLE color: 7079230.
HSL color Cylindrical-coordinate representation of color #3E056C: hue angle of 273.2º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E056C is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 62 | 5 | 108 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.58 |
| HSL | 273.2º | 0.91% | 0.22% | - |
| HSV(B) | 273.2º | 0.95% | 0.42% | - |
| XYZ | 4.75 | 2.22 | 14.36 | - |
| YUV | 33.79 | 169.88 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 5 | 108 | 0.43 | 0.95 | 0 | 0.58 | 273.2 | 0.91 | 0.22 |
| Hex | 3E | 5 | 6C | 2B | 5F | 0 | 3A | 111 | 5B | 16 |
| Octal | 76 | 5 | 154 | 53 | 137 | 0 | 72 | 421 | 133 | 26 |
| Binary | 111110 | 101 | 1101100 | 101011 | 1011111 | 0 | 111010 | 100010001 | 1011011 | 10110 |
Color Harmonies of #3E056C
Complementary color
Monochromatic Colors of #3E056C
Black with #3E056C
Text Example
Text Example
White with #3E056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E056C; }
p { color: rgb(62,5,108); }
H1.HeaderClassName
{
color: #3E056C;
}
.AnyTagClassName
{
color: #3E056C;
}
</style>
background-color css
<style>
a { background-color: #3E056C; }
a { background-color: rgb(62,5,108); }
div.DivClassName
{
background-color: #3E056C;
}
.BgClassName
{
background-color: #3E056C;
}
</style>
border-color css
<style>
span { border-color: #3E056C; }
span { border-color: rgb(62,5,108); }
td.TdClassName
{
border-color: #3E056C;
}
.TagClassName
{
border-color: #3E056C;
}
</style>