Shades of Indigo #3E00AD
Tints of Indigo #3E00AD
RGB
CMYK
RGB Variations
Color information
#3E00AD (or 0x3E00AD) is known color: Indigo. HEX triplet: 3E, 00 and AD. RGB value is (62,0,173). Sum of RGB (Red+Green+Blue) = 62+0+173=235 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.38% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 173 (67.97% from 255 or 73.62% from 235); Max value from RGB is 173 - color contains mainly: blue. Hex color #3E00AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E00AD is #C1FF52. Grayscale: #252525. Windows color (decimal): -12713811 or 11337790. OLE color: 11337790.
HSL color Cylindrical-coordinate representation of color #3E00AD: hue angle of 261.5º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E00AD is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 62 | 0 | 173 | - |
| CMYK | 0.64 | 1 | 0 | 0.32 |
| HSL | 261.5º | 1% | 0.34% | - |
| HSV(B) | 261.5º | 1% | 0.68% | - |
| XYZ | 9.53 | 4.04 | 39.81 | - |
| YUV | 38.26 | 204.04 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 173 | 0.64 | 1 | 0 | 0.32 | 261.5 | 1 | 0.34 |
| Hex | 3E | 0 | AD | 40 | 64 | 0 | 20 | 106 | 64 | 22 |
| Octal | 76 | 0 | 255 | 100 | 144 | 0 | 40 | 406 | 144 | 42 |
| Binary | 111110 | 0 | 10101101 | 1000000 | 1100100 | 0 | 100000 | 100000110 | 1100100 | 100010 |
Color Harmonies of #3E00AD
Complementary color
Monochromatic Colors of #3E00AD
Black with #3E00AD
Text Example
Text Example
White with #3E00AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E00AD; }
p { color: rgb(62,0,173); }
H1.HeaderClassName
{
color: #3E00AD;
}
.AnyTagClassName
{
color: #3E00AD;
}
</style>
background-color css
<style>
a { background-color: #3E00AD; }
a { background-color: rgb(62,0,173); }
div.DivClassName
{
background-color: #3E00AD;
}
.BgClassName
{
background-color: #3E00AD;
}
</style>
border-color css
<style>
span { border-color: #3E00AD; }
span { border-color: rgb(62,0,173); }
td.TdClassName
{
border-color: #3E00AD;
}
.TagClassName
{
border-color: #3E00AD;
}
</style>