Shades of Indigo #3904AD
Tints of Indigo #3904AD
RGB
CMYK
RGB Variations
Color information
#3904AD (or 0x3904AD) is known color: Indigo. HEX triplet: 39, 04 and AD. RGB value is (57,4,173). Sum of RGB (Red+Green+Blue) = 57+4+173=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 173 (67.97% from 255 or 73.93% from 234); Max value from RGB is 173 - color contains mainly: blue. Hex color #3904AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3904AD is #C6FB52. Grayscale: #262626. Windows color (decimal): -13040467 or 11338809. OLE color: 11338809.
HSL color Cylindrical-coordinate representation of color #3904AD: hue angle of 258.82º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3904AD is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 57 | 4 | 173 | - |
| CMYK | 0.67 | 0.98 | 0 | 0.32 |
| HSL | 258.82º | 0.95% | 0.35% | - |
| HSV(B) | 258.82º | 0.98% | 0.68% | - |
| XYZ | 9.27 | 3.97 | 39.81 | - |
| YUV | 39.11 | 203.56 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 4 | 173 | 0.67 | 0.98 | 0 | 0.32 | 258.82 | 0.95 | 0.35 |
| Hex | 39 | 4 | AD | 43 | 62 | 0 | 20 | 103 | 5F | 23 |
| Octal | 71 | 4 | 255 | 103 | 142 | 0 | 40 | 403 | 137 | 43 |
| Binary | 111001 | 100 | 10101101 | 1000011 | 1100010 | 0 | 100000 | 100000011 | 1011111 | 100011 |
Color Harmonies of #3904AD
Complementary color
Monochromatic Colors of #3904AD
Black with #3904AD
Text Example
Text Example
White with #3904AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3904AD; }
p { color: rgb(57,4,173); }
H1.HeaderClassName
{
color: #3904AD;
}
.AnyTagClassName
{
color: #3904AD;
}
</style>
background-color css
<style>
a { background-color: #3904AD; }
a { background-color: rgb(57,4,173); }
div.DivClassName
{
background-color: #3904AD;
}
.BgClassName
{
background-color: #3904AD;
}
</style>
border-color css
<style>
span { border-color: #3904AD; }
span { border-color: rgb(57,4,173); }
td.TdClassName
{
border-color: #3904AD;
}
.TagClassName
{
border-color: #3904AD;
}
</style>