Shades of Indigo #3E009C
Tints of Indigo #3E009C
RGB
CMYK
RGB Variations
Color information
#3E009C (or 0x3E009C) is known color: Indigo. HEX triplet: 3E, 00 and 9C. RGB value is (62,0,156). Sum of RGB (Red+Green+Blue) = 62+0+156=218 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.44% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 156 (61.33% from 255 or 71.56% from 218); Max value from RGB is 156 - color contains mainly: blue. Hex color #3E009C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E009C is #C1FF63. Grayscale: #232323. Windows color (decimal): -12713828 or 10223678. OLE color: 10223678.
HSL color Cylindrical-coordinate representation of color #3E009C: hue angle of 263.85º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E009C is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 62 | 0 | 156 | - |
| CMYK | 0.60 | 1 | 0 | 0.39 |
| HSL | 263.85º | 1% | 0.31% | - |
| HSV(B) | 263.85º | 1% | 0.61% | - |
| XYZ | 7.99 | 3.42 | 31.69 | - |
| YUV | 36.32 | 195.54 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 156 | 0.60 | 1 | 0 | 0.39 | 263.85 | 1 | 0.31 |
| Hex | 3E | 0 | 9C | 3C | 64 | 0 | 27 | 108 | 64 | 1F |
| Octal | 76 | 0 | 234 | 74 | 144 | 0 | 47 | 410 | 144 | 37 |
| Binary | 111110 | 0 | 10011100 | 111100 | 1100100 | 0 | 100111 | 100001000 | 1100100 | 11111 |
Color Harmonies of #3E009C
Complementary color
Monochromatic Colors of #3E009C
Black with #3E009C
Text Example
Text Example
White with #3E009C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E009C; }
p { color: rgb(62,0,156); }
H1.HeaderClassName
{
color: #3E009C;
}
.AnyTagClassName
{
color: #3E009C;
}
</style>
background-color css
<style>
a { background-color: #3E009C; }
a { background-color: rgb(62,0,156); }
div.DivClassName
{
background-color: #3E009C;
}
.BgClassName
{
background-color: #3E009C;
}
</style>
border-color css
<style>
span { border-color: #3E009C; }
span { border-color: rgb(62,0,156); }
td.TdClassName
{
border-color: #3E009C;
}
.TagClassName
{
border-color: #3E009C;
}
</style>