Shades of Indigo #3E009E
Tints of Indigo #3E009E
RGB
CMYK
RGB Variations
Color information
#3E009E (or 0x3E009E) is known color: Indigo. HEX triplet: 3E, 00 and 9E. RGB value is (62,0,158). Sum of RGB (Red+Green+Blue) = 62+0+158=220 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.18% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 158 (62.11% from 255 or 71.82% from 220); Max value from RGB is 158 - color contains mainly: blue. Hex color #3E009E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E009E is #C1FF61. Grayscale: #232323. Windows color (decimal): -12713826 or 10354750. OLE color: 10354750.
HSL color Cylindrical-coordinate representation of color #3E009E: hue angle of 263.54º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E009E is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 62 | 0 | 158 | - |
| CMYK | 0.61 | 1 | 0 | 0.38 |
| HSL | 263.54º | 1% | 0.31% | - |
| HSV(B) | 263.54º | 1% | 0.62% | - |
| XYZ | 8.16 | 3.49 | 32.59 | - |
| YUV | 36.55 | 196.54 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 158 | 0.61 | 1 | 0 | 0.38 | 263.54 | 1 | 0.31 |
| Hex | 3E | 0 | 9E | 3D | 64 | 0 | 26 | 108 | 64 | 1F |
| Octal | 76 | 0 | 236 | 75 | 144 | 0 | 46 | 410 | 144 | 37 |
| Binary | 111110 | 0 | 10011110 | 111101 | 1100100 | 0 | 100110 | 100001000 | 1100100 | 11111 |
Color Harmonies of #3E009E
Complementary color
Monochromatic Colors of #3E009E
Black with #3E009E
Text Example
Text Example
White with #3E009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E009E; }
p { color: rgb(62,0,158); }
H1.HeaderClassName
{
color: #3E009E;
}
.AnyTagClassName
{
color: #3E009E;
}
</style>
background-color css
<style>
a { background-color: #3E009E; }
a { background-color: rgb(62,0,158); }
div.DivClassName
{
background-color: #3E009E;
}
.BgClassName
{
background-color: #3E009E;
}
</style>
border-color css
<style>
span { border-color: #3E009E; }
span { border-color: rgb(62,0,158); }
td.TdClassName
{
border-color: #3E009E;
}
.TagClassName
{
border-color: #3E009E;
}
</style>