Shades of Indigo #3E088E
Tints of Indigo #3E088E
RGB
CMYK
RGB Variations
Color information
#3E088E (or 0x3E088E) is known color: Indigo. HEX triplet: 3E, 08 and 8E. RGB value is (62,8,142). Sum of RGB (Red+Green+Blue) = 62+8+142=212 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.25% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 142 (55.86% from 255 or 66.98% from 212); Max value from RGB is 142 - color contains mainly: blue. Hex color #3E088E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E088E is #C1F771. Grayscale: #262626. Windows color (decimal): -12711794 or 9308222. OLE color: 9308222.
HSL color Cylindrical-coordinate representation of color #3E088E: hue angle of 264.18º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E088E is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 62 | 8 | 142 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.44 |
| HSL | 264.18º | 0.89% | 0.29% | - |
| HSV(B) | 264.18º | 0.94% | 0.56% | - |
| XYZ | 6.96 | 3.15 | 25.83 | - |
| YUV | 39.42 | 185.89 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 8 | 142 | 0.56 | 0.94 | 0 | 0.44 | 264.18 | 0.89 | 0.29 |
| Hex | 3E | 8 | 8E | 38 | 5E | 0 | 2C | 108 | 59 | 1D |
| Octal | 76 | 10 | 216 | 70 | 136 | 0 | 54 | 410 | 131 | 35 |
| Binary | 111110 | 1000 | 10001110 | 111000 | 1011110 | 0 | 101100 | 100001000 | 1011001 | 11101 |
Color Harmonies of #3E088E
Complementary color
Monochromatic Colors of #3E088E
Black with #3E088E
Text Example
Text Example
White with #3E088E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E088E; }
p { color: rgb(62,8,142); }
H1.HeaderClassName
{
color: #3E088E;
}
.AnyTagClassName
{
color: #3E088E;
}
</style>
background-color css
<style>
a { background-color: #3E088E; }
a { background-color: rgb(62,8,142); }
div.DivClassName
{
background-color: #3E088E;
}
.BgClassName
{
background-color: #3E088E;
}
</style>
border-color css
<style>
span { border-color: #3E088E; }
span { border-color: rgb(62,8,142); }
td.TdClassName
{
border-color: #3E088E;
}
.TagClassName
{
border-color: #3E088E;
}
</style>