Shades of Indigo #3E006E
Tints of Indigo #3E006E
RGB
CMYK
RGB Variations
Color information
#3E006E (or 0x3E006E) is known color: Indigo. HEX triplet: 3E, 00 and 6E. RGB value is (62,0,110). Sum of RGB (Red+Green+Blue) = 62+0+110=172 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.05% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 110 (43.36% from 255 or 63.95% from 172); Max value from RGB is 110 - color contains mainly: blue. Hex color #3E006E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E006E is #C1FF91. Grayscale: #1E1E1E. Windows color (decimal): -12713874 or 7209022. OLE color: 7209022.
HSL color Cylindrical-coordinate representation of color #3E006E: hue angle of 273.82º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E006E is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 62 | 0 | 110 | - |
| CMYK | 0.44 | 1 | 0 | 0.57 |
| HSL | 273.82º | 1% | 0.22% | - |
| HSV(B) | 273.82º | 1% | 0.43% | - |
| XYZ | 4.8 | 2.15 | 14.91 | - |
| YUV | 31.08 | 172.54 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 110 | 0.44 | 1 | 0 | 0.57 | 273.82 | 1 | 0.22 |
| Hex | 3E | 0 | 6E | 2C | 64 | 0 | 39 | 112 | 64 | 16 |
| Octal | 76 | 0 | 156 | 54 | 144 | 0 | 71 | 422 | 144 | 26 |
| Binary | 111110 | 0 | 1101110 | 101100 | 1100100 | 0 | 111001 | 100010010 | 1100100 | 10110 |
Color Harmonies of #3E006E
Complementary color
Monochromatic Colors of #3E006E
Black with #3E006E
Text Example
Text Example
White with #3E006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E006E; }
p { color: rgb(62,0,110); }
H1.HeaderClassName
{
color: #3E006E;
}
.AnyTagClassName
{
color: #3E006E;
}
</style>
background-color css
<style>
a { background-color: #3E006E; }
a { background-color: rgb(62,0,110); }
div.DivClassName
{
background-color: #3E006E;
}
.BgClassName
{
background-color: #3E006E;
}
</style>
border-color css
<style>
span { border-color: #3E006E; }
span { border-color: rgb(62,0,110); }
td.TdClassName
{
border-color: #3E006E;
}
.TagClassName
{
border-color: #3E006E;
}
</style>