Shades of Indigo #3E098A
Tints of Indigo #3E098A
RGB
CMYK
RGB Variations
Color information
#3E098A (or 0x3E098A) is known color: Indigo. HEX triplet: 3E, 09 and 8A. RGB value is (62,9,138). Sum of RGB (Red+Green+Blue) = 62+9+138=209 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.67% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 138 (54.30% from 255 or 66.03% from 209); Max value from RGB is 138 - color contains mainly: blue. Hex color #3E098A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E098A is #C1F675. Grayscale: #272727. Windows color (decimal): -12711542 or 9046334. OLE color: 9046334.
HSL color Cylindrical-coordinate representation of color #3E098A: hue angle of 264.65º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3E098A is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 62 | 9 | 138 | - |
| CMYK | 0.55 | 0.93 | 0 | 0.46 |
| HSL | 264.65º | 0.88% | 0.29% | - |
| HSV(B) | 264.65º | 0.93% | 0.54% | - |
| XYZ | 6.67 | 3.05 | 24.28 | - |
| YUV | 39.55 | 183.56 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 9 | 138 | 0.55 | 0.93 | 0 | 0.46 | 264.65 | 0.88 | 0.29 |
| Hex | 3E | 9 | 8A | 37 | 5D | 0 | 2E | 109 | 58 | 1D |
| Octal | 76 | 11 | 212 | 67 | 135 | 0 | 56 | 411 | 130 | 35 |
| Binary | 111110 | 1001 | 10001010 | 110111 | 1011101 | 0 | 101110 | 100001001 | 1011000 | 11101 |
Color Harmonies of #3E098A
Complementary color
Monochromatic Colors of #3E098A
Black with #3E098A
Text Example
Text Example
White with #3E098A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E098A; }
p { color: rgb(62,9,138); }
H1.HeaderClassName
{
color: #3E098A;
}
.AnyTagClassName
{
color: #3E098A;
}
</style>
background-color css
<style>
a { background-color: #3E098A; }
a { background-color: rgb(62,9,138); }
div.DivClassName
{
background-color: #3E098A;
}
.BgClassName
{
background-color: #3E098A;
}
</style>
border-color css
<style>
span { border-color: #3E098A; }
span { border-color: rgb(62,9,138); }
td.TdClassName
{
border-color: #3E098A;
}
.TagClassName
{
border-color: #3E098A;
}
</style>