Shades of Indigo #3902AD
Tints of Indigo #3902AD
RGB
CMYK
RGB Variations
Color information
#3902AD (or 0x3902AD) is known color: Indigo. HEX triplet: 39, 02 and AD. RGB value is (57,2,173). Sum of RGB (Red+Green+Blue) = 57+2+173=232 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.57% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 173 (67.97% from 255 or 74.57% from 232); Max value from RGB is 173 - color contains mainly: blue. Hex color #3902AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3902AD is #C6FD52. Grayscale: #252525. Windows color (decimal): -13040979 or 11338297. OLE color: 11338297.
HSL color Cylindrical-coordinate representation of color #3902AD: hue angle of 259.3º 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 #3902AD is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 57 | 2 | 173 | - |
| CMYK | 0.67 | 0.99 | 0 | 0.32 |
| HSL | 259.3º | 0.98% | 0.34% | - |
| HSV(B) | 259.3º | 0.99% | 0.68% | - |
| XYZ | 9.25 | 3.93 | 39.81 | - |
| YUV | 37.94 | 204.22 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 2 | 173 | 0.67 | 0.99 | 0 | 0.32 | 259.3 | 0.98 | 0.34 |
| Hex | 39 | 2 | AD | 43 | 63 | 0 | 20 | 103 | 62 | 22 |
| Octal | 71 | 2 | 255 | 103 | 143 | 0 | 40 | 403 | 142 | 42 |
| Binary | 111001 | 10 | 10101101 | 1000011 | 1100011 | 0 | 100000 | 100000011 | 1100010 | 100010 |
Color Harmonies of #3902AD
Complementary color
Monochromatic Colors of #3902AD
Black with #3902AD
Text Example
Text Example
White with #3902AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3902AD; }
p { color: rgb(57,2,173); }
H1.HeaderClassName
{
color: #3902AD;
}
.AnyTagClassName
{
color: #3902AD;
}
</style>
background-color css
<style>
a { background-color: #3902AD; }
a { background-color: rgb(57,2,173); }
div.DivClassName
{
background-color: #3902AD;
}
.BgClassName
{
background-color: #3902AD;
}
</style>
border-color css
<style>
span { border-color: #3902AD; }
span { border-color: rgb(57,2,173); }
td.TdClassName
{
border-color: #3902AD;
}
.TagClassName
{
border-color: #3902AD;
}
</style>