Shades of Indigo #3E0568
Tints of Indigo #3E0568
RGB
CMYK
RGB Variations
Color information
#3E0568 (or 0x3E0568) is known color: Indigo. HEX triplet: 3E, 05 and 68. RGB value is (62,5,104). Sum of RGB (Red+Green+Blue) = 62+5+104=171 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.26% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 104 (41.02% from 255 or 60.82% from 171); Max value from RGB is 104 - color contains mainly: blue. Hex color #3E0568 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0568 is #C1FA97. Grayscale: #202020. Windows color (decimal): -12712600 or 6817086. OLE color: 6817086.
HSL color Cylindrical-coordinate representation of color #3E0568: hue angle of 274.55º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E0568 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 62 | 5 | 104 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.59 |
| HSL | 274.55º | 0.91% | 0.21% | - |
| HSV(B) | 274.55º | 0.95% | 0.41% | - |
| XYZ | 4.54 | 2.13 | 13.27 | - |
| YUV | 33.33 | 167.88 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 5 | 104 | 0.40 | 0.95 | 0 | 0.59 | 274.55 | 0.91 | 0.21 |
| Hex | 3E | 5 | 68 | 28 | 5F | 0 | 3B | 113 | 5B | 15 |
| Octal | 76 | 5 | 150 | 50 | 137 | 0 | 73 | 423 | 133 | 25 |
| Binary | 111110 | 101 | 1101000 | 101000 | 1011111 | 0 | 111011 | 100010011 | 1011011 | 10101 |
Color Harmonies of #3E0568
Complementary color
Monochromatic Colors of #3E0568
Black with #3E0568
Text Example
Text Example
White with #3E0568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0568; }
p { color: rgb(62,5,104); }
H1.HeaderClassName
{
color: #3E0568;
}
.AnyTagClassName
{
color: #3E0568;
}
</style>
background-color css
<style>
a { background-color: #3E0568; }
a { background-color: rgb(62,5,104); }
div.DivClassName
{
background-color: #3E0568;
}
.BgClassName
{
background-color: #3E0568;
}
</style>
border-color css
<style>
span { border-color: #3E0568; }
span { border-color: rgb(62,5,104); }
td.TdClassName
{
border-color: #3E0568;
}
.TagClassName
{
border-color: #3E0568;
}
</style>