Shades of Indigo #3E056B
Tints of Indigo #3E056B
RGB
CMYK
RGB Variations
Color information
#3E056B (or 0x3E056B) is known color: Indigo. HEX triplet: 3E, 05 and 6B. RGB value is (62,5,107). Sum of RGB (Red+Green+Blue) = 62+5+107=174 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.63% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 107 (42.19% from 255 or 61.49% from 174); Max value from RGB is 107 - color contains mainly: blue. Hex color #3E056B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E056B is #C1FA94. Grayscale: #212121. Windows color (decimal): -12712597 or 7013694. OLE color: 7013694.
HSL color Cylindrical-coordinate representation of color #3E056B: hue angle of 273.53º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E056B is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
RGB | 62 | 5 | 107 | - |
CMYK | 0.42 | 0.95 | 0 | 0.58 |
HSL | 273.53º | 0.91% | 0.22% | - |
HSV(B) | 273.53º | 0.95% | 0.42% | - |
XYZ | 4.69 | 2.19 | 14.09 | - |
YUV | 33.67 | 169.38 | 148.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 5 | 107 | 0.42 | 0.95 | 0 | 0.58 | 273.53 | 0.91 | 0.22 |
Hex | 3E | 5 | 6B | 2A | 5F | 0 | 3A | 112 | 5B | 16 |
Octal | 76 | 5 | 153 | 52 | 137 | 0 | 72 | 422 | 133 | 26 |
Binary | 111110 | 101 | 1101011 | 101010 | 1011111 | 0 | 111010 | 100010010 | 1011011 | 10110 |
Color Harmonies of #3E056B
Complementary color
Monochromatic Colors of #3E056B
Black with #3E056B
Text Example
Text Example
White with #3E056B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E056B; }
p { color: rgb(62,5,107); }
H1.HeaderClassName
{
color: #3E056B;
}
.AnyTagClassName
{
color: #3E056B;
}
</style>
background-color css
<style>
a { background-color: #3E056B; }
a { background-color: rgb(62,5,107); }
div.DivClassName
{
background-color: #3E056B;
}
.BgClassName
{
background-color: #3E056B;
}
</style>
border-color css
<style>
span { border-color: #3E056B; }
span { border-color: rgb(62,5,107); }
td.TdClassName
{
border-color: #3E056B;
}
.TagClassName
{
border-color: #3E056B;
}
</style>