Shades of Indigo #3E0769
Tints of Indigo #3E0769
RGB
CMYK
RGB Variations
Color information
#3E0769 (or 0x3E0769) is known color: Indigo. HEX triplet: 3E, 07 and 69. RGB value is (62,7,105). Sum of RGB (Red+Green+Blue) = 62+7+105=174 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.63% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 105 (41.41% from 255 or 60.34% from 174); Max value from RGB is 105 - color contains mainly: blue. Hex color #3E0769 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0769 is #C1F896. Grayscale: #222222. Windows color (decimal): -12712087 or 6883134. OLE color: 6883134.
HSL color Cylindrical-coordinate representation of color #3E0769: hue angle of 273.67º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3E0769 is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 62 | 7 | 105 | - |
| CMYK | 0.41 | 0.93 | 0 | 0.59 |
| HSL | 273.67º | 0.88% | 0.22% | - |
| HSV(B) | 273.67º | 0.93% | 0.41% | - |
| XYZ | 4.61 | 2.2 | 13.55 | - |
| YUV | 34.62 | 167.72 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 7 | 105 | 0.41 | 0.93 | 0 | 0.59 | 273.67 | 0.88 | 0.22 |
| Hex | 3E | 7 | 69 | 29 | 5D | 0 | 3B | 112 | 58 | 16 |
| Octal | 76 | 7 | 151 | 51 | 135 | 0 | 73 | 422 | 130 | 26 |
| Binary | 111110 | 111 | 1101001 | 101001 | 1011101 | 0 | 111011 | 100010010 | 1011000 | 10110 |
Color Harmonies of #3E0769
Complementary color
Monochromatic Colors of #3E0769
Black with #3E0769
Text Example
Text Example
White with #3E0769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0769; }
p { color: rgb(62,7,105); }
H1.HeaderClassName
{
color: #3E0769;
}
.AnyTagClassName
{
color: #3E0769;
}
</style>
background-color css
<style>
a { background-color: #3E0769; }
a { background-color: rgb(62,7,105); }
div.DivClassName
{
background-color: #3E0769;
}
.BgClassName
{
background-color: #3E0769;
}
</style>
border-color css
<style>
span { border-color: #3E0769; }
span { border-color: rgb(62,7,105); }
td.TdClassName
{
border-color: #3E0769;
}
.TagClassName
{
border-color: #3E0769;
}
</style>