Shades of Indigo #3E086B
Tints of Indigo #3E086B
RGB
CMYK
RGB Variations
Color information
#3E086B (or 0x3E086B) is known color: Indigo. HEX triplet: 3E, 08 and 6B. RGB value is (62,8,107). Sum of RGB (Red+Green+Blue) = 62+8+107=177 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.03% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 107 (42.19% from 255 or 60.45% from 177); Max value from RGB is 107 - color contains mainly: blue. Hex color #3E086B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E086B is #C1F794. Grayscale: #232323. Windows color (decimal): -12711829 or 7014462. OLE color: 7014462.
HSL color Cylindrical-coordinate representation of color #3E086B: hue angle of 272.73º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3E086B is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 62 | 8 | 107 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.58 |
| HSL | 272.73º | 0.86% | 0.23% | - |
| HSV(B) | 272.73º | 0.93% | 0.42% | - |
| XYZ | 4.73 | 2.26 | 14.1 | - |
| YUV | 35.43 | 168.39 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 8 | 107 | 0.42 | 0.93 | 0 | 0.58 | 272.73 | 0.86 | 0.23 |
| Hex | 3E | 8 | 6B | 2A | 5D | 0 | 3A | 111 | 56 | 17 |
| Octal | 76 | 10 | 153 | 52 | 135 | 0 | 72 | 421 | 126 | 27 |
| Binary | 111110 | 1000 | 1101011 | 101010 | 1011101 | 0 | 111010 | 100010001 | 1010110 | 10111 |
Color Harmonies of #3E086B
Complementary color
Monochromatic Colors of #3E086B
Black with #3E086B
Text Example
Text Example
White with #3E086B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E086B; }
p { color: rgb(62,8,107); }
H1.HeaderClassName
{
color: #3E086B;
}
.AnyTagClassName
{
color: #3E086B;
}
</style>
background-color css
<style>
a { background-color: #3E086B; }
a { background-color: rgb(62,8,107); }
div.DivClassName
{
background-color: #3E086B;
}
.BgClassName
{
background-color: #3E086B;
}
</style>
border-color css
<style>
span { border-color: #3E086B; }
span { border-color: rgb(62,8,107); }
td.TdClassName
{
border-color: #3E086B;
}
.TagClassName
{
border-color: #3E086B;
}
</style>