Shades of Indigo #3E059B
Tints of Indigo #3E059B
RGB
CMYK
RGB Variations
Color information
#3E059B (or 0x3E059B) is known color: Indigo. HEX triplet: 3E, 05 and 9B. RGB value is (62,5,155). Sum of RGB (Red+Green+Blue) = 62+5+155=222 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.93% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 155 (60.94% from 255 or 69.82% from 222); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E059B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E059B is #C1FA64. Grayscale: #262626. Windows color (decimal): -12712549 or 10159422. OLE color: 10159422.
HSL color Cylindrical-coordinate representation of color #3E059B: hue angle of 262.8º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E059B is Cyan = 0.6, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 62 | 5 | 155 | - |
| CMYK | 0.6 | 0.97 | 0 | 0.39 |
| HSL | 262.8º | 0.94% | 0.31% | - |
| HSV(B) | 262.8º | 0.97% | 0.61% | - |
| XYZ | 7.96 | 3.5 | 31.27 | - |
| YUV | 39.14 | 193.38 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 5 | 155 | 0.6 | 0.97 | 0 | 0.39 | 262.8 | 0.94 | 0.31 |
| Hex | 3E | 5 | 9B | 3C | 61 | 0 | 27 | 107 | 5E | 1F |
| Octal | 76 | 5 | 233 | 74 | 141 | 0 | 47 | 407 | 136 | 37 |
| Binary | 111110 | 101 | 10011011 | 111100 | 1100001 | 0 | 100111 | 100000111 | 1011110 | 11111 |
Color Harmonies of #3E059B
Complementary color
Monochromatic Colors of #3E059B
Black with #3E059B
Text Example
Text Example
White with #3E059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E059B; }
p { color: rgb(62,5,155); }
H1.HeaderClassName
{
color: #3E059B;
}
.AnyTagClassName
{
color: #3E059B;
}
</style>
background-color css
<style>
a { background-color: #3E059B; }
a { background-color: rgb(62,5,155); }
div.DivClassName
{
background-color: #3E059B;
}
.BgClassName
{
background-color: #3E059B;
}
</style>
border-color css
<style>
span { border-color: #3E059B; }
span { border-color: rgb(62,5,155); }
td.TdClassName
{
border-color: #3E059B;
}
.TagClassName
{
border-color: #3E059B;
}
</style>