Shades of Indigo #3E0088
Tints of Indigo #3E0088
RGB
CMYK
RGB Variations
Color information
#3E0088 (or 0x3E0088) is known color: Indigo. HEX triplet: 3E, 00 and 88. RGB value is (62,0,136). Sum of RGB (Red+Green+Blue) = 62+0+136=198 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.31% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 136 (53.52% from 255 or 68.69% from 198); Max value from RGB is 136 - color contains mainly: blue. Hex color #3E0088 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0088 is #C1FF77. Grayscale: #212121. Windows color (decimal): -12713848 or 8912958. OLE color: 8912958.
HSL color Cylindrical-coordinate representation of color #3E0088: hue angle of 267.35º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E0088 is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 0 | 136 | - |
| CMYK | 0.54 | 1 | 0 | 0.47 |
| HSL | 267.35º | 1% | 0.27% | - |
| HSV(B) | 267.35º | 1% | 0.53% | - |
| XYZ | 6.43 | 2.8 | 23.49 | - |
| YUV | 34.04 | 185.54 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 136 | 0.54 | 1 | 0 | 0.47 | 267.35 | 1 | 0.27 |
| Hex | 3E | 0 | 88 | 36 | 64 | 0 | 2F | 10B | 64 | 1B |
| Octal | 76 | 0 | 210 | 66 | 144 | 0 | 57 | 413 | 144 | 33 |
| Binary | 111110 | 0 | 10001000 | 110110 | 1100100 | 0 | 101111 | 100001011 | 1100100 | 11011 |
Color Harmonies of #3E0088
Complementary color
Monochromatic Colors of #3E0088
Black with #3E0088
Text Example
Text Example
White with #3E0088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0088; }
p { color: rgb(62,0,136); }
H1.HeaderClassName
{
color: #3E0088;
}
.AnyTagClassName
{
color: #3E0088;
}
</style>
background-color css
<style>
a { background-color: #3E0088; }
a { background-color: rgb(62,0,136); }
div.DivClassName
{
background-color: #3E0088;
}
.BgClassName
{
background-color: #3E0088;
}
</style>
border-color css
<style>
span { border-color: #3E0088; }
span { border-color: rgb(62,0,136); }
td.TdClassName
{
border-color: #3E0088;
}
.TagClassName
{
border-color: #3E0088;
}
</style>