Shades of Indigo #3E008E
Tints of Indigo #3E008E
RGB
CMYK
RGB Variations
Color information
#3E008E (or 0x3E008E) is known color: Indigo. HEX triplet: 3E, 00 and 8E. RGB value is (62,0,142). Sum of RGB (Red+Green+Blue) = 62+0+142=204 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.39% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 142 (55.86% from 255 or 69.61% from 204); Max value from RGB is 142 - color contains mainly: blue. Hex color #3E008E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E008E is #C1FF71. Grayscale: #222222. Windows color (decimal): -12713842 or 9306174. OLE color: 9306174.
HSL color Cylindrical-coordinate representation of color #3E008E: hue angle of 266.2º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E008E is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 62 | 0 | 142 | - |
| CMYK | 0.56 | 1 | 0 | 0.44 |
| HSL | 266.2º | 1% | 0.28% | - |
| HSV(B) | 266.2º | 1% | 0.56% | - |
| XYZ | 6.87 | 2.98 | 25.8 | - |
| YUV | 34.73 | 188.54 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 142 | 0.56 | 1 | 0 | 0.44 | 266.2 | 1 | 0.28 |
| Hex | 3E | 0 | 8E | 38 | 64 | 0 | 2C | 10A | 64 | 1C |
| Octal | 76 | 0 | 216 | 70 | 144 | 0 | 54 | 412 | 144 | 34 |
| Binary | 111110 | 0 | 10001110 | 111000 | 1100100 | 0 | 101100 | 100001010 | 1100100 | 11100 |
Color Harmonies of #3E008E
Complementary color
Monochromatic Colors of #3E008E
Black with #3E008E
Text Example
Text Example
White with #3E008E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E008E; }
p { color: rgb(62,0,142); }
H1.HeaderClassName
{
color: #3E008E;
}
.AnyTagClassName
{
color: #3E008E;
}
</style>
background-color css
<style>
a { background-color: #3E008E; }
a { background-color: rgb(62,0,142); }
div.DivClassName
{
background-color: #3E008E;
}
.BgClassName
{
background-color: #3E008E;
}
</style>
border-color css
<style>
span { border-color: #3E008E; }
span { border-color: rgb(62,0,142); }
td.TdClassName
{
border-color: #3E008E;
}
.TagClassName
{
border-color: #3E008E;
}
</style>