Shades of Indigo #3900AE
Tints of Indigo #3900AE
RGB
CMYK
RGB Variations
Color information
#3900AE (or 0x3900AE) is known color: Indigo. HEX triplet: 39, 00 and AE. RGB value is (57,0,174). Sum of RGB (Red+Green+Blue) = 57+0+174=231 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.68% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 174 (68.36% from 255 or 75.32% from 231); Max value from RGB is 174 - color contains mainly: blue. Hex color #3900AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3900AE is #C6FF51. Grayscale: #242424. Windows color (decimal): -13041490 or 11403321. OLE color: 11403321.
HSL color Cylindrical-coordinate representation of color #3900AE: hue angle of 259.66º 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 #3900AE is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 57 | 0 | 174 | - |
| CMYK | 0.67 | 1 | 0 | 0.32 |
| HSL | 259.66º | 1% | 0.34% | - |
| HSV(B) | 259.66º | 1% | 0.68% | - |
| XYZ | 9.33 | 3.93 | 40.31 | - |
| YUV | 36.88 | 205.38 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 0 | 174 | 0.67 | 1 | 0 | 0.32 | 259.66 | 1 | 0.34 |
| Hex | 39 | 0 | AE | 43 | 64 | 0 | 20 | 104 | 64 | 22 |
| Octal | 71 | 0 | 256 | 103 | 144 | 0 | 40 | 404 | 144 | 42 |
| Binary | 111001 | 0 | 10101110 | 1000011 | 1100100 | 0 | 100000 | 100000100 | 1100100 | 100010 |
Color Harmonies of #3900AE
Complementary color
Monochromatic Colors of #3900AE
Black with #3900AE
Text Example
Text Example
White with #3900AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3900AE; }
p { color: rgb(57,0,174); }
H1.HeaderClassName
{
color: #3900AE;
}
.AnyTagClassName
{
color: #3900AE;
}
</style>
background-color css
<style>
a { background-color: #3900AE; }
a { background-color: rgb(57,0,174); }
div.DivClassName
{
background-color: #3900AE;
}
.BgClassName
{
background-color: #3900AE;
}
</style>
border-color css
<style>
span { border-color: #3900AE; }
span { border-color: rgb(57,0,174); }
td.TdClassName
{
border-color: #3900AE;
}
.TagClassName
{
border-color: #3900AE;
}
</style>