Shades of Indigo #3E02AD
Tints of Indigo #3E02AD
RGB
CMYK
RGB Variations
Color information
#3E02AD (or 0x3E02AD) is known color: Indigo. HEX triplet: 3E, 02 and AD. RGB value is (62,2,173). Sum of RGB (Red+Green+Blue) = 62+2+173=237 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.16% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 173 (67.97% from 255 or 73.00% from 237); Max value from RGB is 173 - color contains mainly: blue. Hex color #3E02AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E02AD is #C1FD52. Grayscale: #262626. Windows color (decimal): -12713299 or 11338302. OLE color: 11338302.
HSL color Cylindrical-coordinate representation of color #3E02AD: hue angle of 261.05º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E02AD is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 62 | 2 | 173 | - |
| CMYK | 0.64 | 0.99 | 0 | 0.32 |
| HSL | 261.05º | 0.98% | 0.34% | - |
| HSV(B) | 261.05º | 0.99% | 0.68% | - |
| XYZ | 9.55 | 4.08 | 39.82 | - |
| YUV | 39.43 | 203.38 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 2 | 173 | 0.64 | 0.99 | 0 | 0.32 | 261.05 | 0.98 | 0.34 |
| Hex | 3E | 2 | AD | 40 | 63 | 0 | 20 | 105 | 62 | 22 |
| Octal | 76 | 2 | 255 | 100 | 143 | 0 | 40 | 405 | 142 | 42 |
| Binary | 111110 | 10 | 10101101 | 1000000 | 1100011 | 0 | 100000 | 100000101 | 1100010 | 100010 |
Color Harmonies of #3E02AD
Complementary color
Monochromatic Colors of #3E02AD
Black with #3E02AD
Text Example
Text Example
White with #3E02AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E02AD; }
p { color: rgb(62,2,173); }
H1.HeaderClassName
{
color: #3E02AD;
}
.AnyTagClassName
{
color: #3E02AD;
}
</style>
background-color css
<style>
a { background-color: #3E02AD; }
a { background-color: rgb(62,2,173); }
div.DivClassName
{
background-color: #3E02AD;
}
.BgClassName
{
background-color: #3E02AD;
}
</style>
border-color css
<style>
span { border-color: #3E02AD; }
span { border-color: rgb(62,2,173); }
td.TdClassName
{
border-color: #3E02AD;
}
.TagClassName
{
border-color: #3E02AD;
}
</style>