Shades of Indigo #3E08AB
Tints of Indigo #3E08AB
RGB
CMYK
RGB Variations
Color information
#3E08AB (or 0x3E08AB) is known color: Indigo. HEX triplet: 3E, 08 and AB. RGB value is (62,8,171). Sum of RGB (Red+Green+Blue) = 62+8+171=241 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.73% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 171 (67.19% from 255 or 70.95% from 241); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E08AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E08AB is #C1F754. Grayscale: #2A2A2A. Windows color (decimal): -12711765 or 11208766. OLE color: 11208766.
HSL color Cylindrical-coordinate representation of color #3E08AB: hue angle of 259.88º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E08AB is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 8 | 171 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.33 |
| HSL | 259.88º | 0.91% | 0.35% | - |
| HSV(B) | 259.88º | 0.95% | 0.67% | - |
| XYZ | 9.42 | 4.14 | 38.83 | - |
| YUV | 42.73 | 200.39 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 8 | 171 | 0.64 | 0.95 | 0 | 0.33 | 259.88 | 0.91 | 0.35 |
| Hex | 3E | 8 | AB | 40 | 5F | 0 | 21 | 104 | 5B | 23 |
| Octal | 76 | 10 | 253 | 100 | 137 | 0 | 41 | 404 | 133 | 43 |
| Binary | 111110 | 1000 | 10101011 | 1000000 | 1011111 | 0 | 100001 | 100000100 | 1011011 | 100011 |
Color Harmonies of #3E08AB
Complementary color
Monochromatic Colors of #3E08AB
Black with #3E08AB
Text Example
Text Example
White with #3E08AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E08AB; }
p { color: rgb(62,8,171); }
H1.HeaderClassName
{
color: #3E08AB;
}
.AnyTagClassName
{
color: #3E08AB;
}
</style>
background-color css
<style>
a { background-color: #3E08AB; }
a { background-color: rgb(62,8,171); }
div.DivClassName
{
background-color: #3E08AB;
}
.BgClassName
{
background-color: #3E08AB;
}
</style>
border-color css
<style>
span { border-color: #3E08AB; }
span { border-color: rgb(62,8,171); }
td.TdClassName
{
border-color: #3E08AB;
}
.TagClassName
{
border-color: #3E08AB;
}
</style>