Shades of Indigo #3E088A
Tints of Indigo #3E088A
RGB
CMYK
RGB Variations
Color information
#3E088A (or 0x3E088A) is known color: Indigo. HEX triplet: 3E, 08 and 8A. RGB value is (62,8,138). Sum of RGB (Red+Green+Blue) = 62+8+138=208 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.81% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 138 (54.30% from 255 or 66.35% from 208); Max value from RGB is 138 - color contains mainly: blue. Hex color #3E088A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E088A is #C1F775. Grayscale: #262626. Windows color (decimal): -12711798 or 9046078. OLE color: 9046078.
HSL color Cylindrical-coordinate representation of color #3E088A: hue angle of 264.92º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E088A is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 62 | 8 | 138 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.46 |
| HSL | 264.92º | 0.89% | 0.29% | - |
| HSV(B) | 264.92º | 0.94% | 0.54% | - |
| XYZ | 6.66 | 3.03 | 24.28 | - |
| YUV | 38.97 | 183.89 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 8 | 138 | 0.55 | 0.94 | 0 | 0.46 | 264.92 | 0.89 | 0.29 |
| Hex | 3E | 8 | 8A | 37 | 5E | 0 | 2E | 109 | 59 | 1D |
| Octal | 76 | 10 | 212 | 67 | 136 | 0 | 56 | 411 | 131 | 35 |
| Binary | 111110 | 1000 | 10001010 | 110111 | 1011110 | 0 | 101110 | 100001001 | 1011001 | 11101 |
Color Harmonies of #3E088A
Complementary color
Monochromatic Colors of #3E088A
Black with #3E088A
Text Example
Text Example
White with #3E088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E088A; }
p { color: rgb(62,8,138); }
H1.HeaderClassName
{
color: #3E088A;
}
.AnyTagClassName
{
color: #3E088A;
}
</style>
background-color css
<style>
a { background-color: #3E088A; }
a { background-color: rgb(62,8,138); }
div.DivClassName
{
background-color: #3E088A;
}
.BgClassName
{
background-color: #3E088A;
}
</style>
border-color css
<style>
span { border-color: #3E088A; }
span { border-color: rgb(62,8,138); }
td.TdClassName
{
border-color: #3E088A;
}
.TagClassName
{
border-color: #3E088A;
}
</style>