Shades of Indigo #3902AF
Tints of Indigo #3902AF
RGB
CMYK
RGB Variations
Color information
#3902AF (or 0x3902AF) is known color: Indigo. HEX triplet: 39, 02 and AF. RGB value is (57,2,175). Sum of RGB (Red+Green+Blue) = 57+2+175=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 175 (68.75% from 255 or 74.79% from 234); Max value from RGB is 175 - color contains mainly: blue. Hex color #3902AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3902AF is #C6FD50. Grayscale: #252525. Windows color (decimal): -13040977 or 11469369. OLE color: 11469369.
HSL color Cylindrical-coordinate representation of color #3902AF: hue angle of 259.08º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3902AF is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 57 | 2 | 175 | - |
| CMYK | 0.67 | 0.99 | 0 | 0.31 |
| HSL | 259.08º | 0.98% | 0.35% | - |
| HSV(B) | 259.08º | 0.99% | 0.69% | - |
| XYZ | 9.45 | 4.01 | 40.83 | - |
| YUV | 38.17 | 205.22 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 2 | 175 | 0.67 | 0.99 | 0 | 0.31 | 259.08 | 0.98 | 0.35 |
| Hex | 39 | 2 | AF | 43 | 63 | 0 | 1F | 103 | 62 | 23 |
| Octal | 71 | 2 | 257 | 103 | 143 | 0 | 37 | 403 | 142 | 43 |
| Binary | 111001 | 10 | 10101111 | 1000011 | 1100011 | 0 | 11111 | 100000011 | 1100010 | 100011 |
Color Harmonies of #3902AF
Complementary color
Monochromatic Colors of #3902AF
Black with #3902AF
Text Example
Text Example
White with #3902AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3902AF; }
p { color: rgb(57,2,175); }
H1.HeaderClassName
{
color: #3902AF;
}
.AnyTagClassName
{
color: #3902AF;
}
</style>
background-color css
<style>
a { background-color: #3902AF; }
a { background-color: rgb(57,2,175); }
div.DivClassName
{
background-color: #3902AF;
}
.BgClassName
{
background-color: #3902AF;
}
</style>
border-color css
<style>
span { border-color: #3902AF; }
span { border-color: rgb(57,2,175); }
td.TdClassName
{
border-color: #3902AF;
}
.TagClassName
{
border-color: #3902AF;
}
</style>