Shades of Indigo #3905AA
Tints of Indigo #3905AA
RGB
CMYK
RGB Variations
Color information
#3905AA (or 0x3905AA) is known color: Indigo. HEX triplet: 39, 05 and AA. RGB value is (57,5,170). Sum of RGB (Red+Green+Blue) = 57+5+170=232 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.57% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 170 (66.80% from 255 or 73.28% from 232); Max value from RGB is 170 - color contains mainly: blue. Hex color #3905AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3905AA is #C6FA55. Grayscale: #262626. Windows color (decimal): -13040214 or 11142457. OLE color: 11142457.
HSL color Cylindrical-coordinate representation of color #3905AA: hue angle of 258.91º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3905AA is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 5 | 170 | - |
| CMYK | 0.66 | 0.97 | 0 | 0.33 |
| HSL | 258.91º | 0.94% | 0.34% | - |
| HSV(B) | 258.91º | 0.97% | 0.67% | - |
| XYZ | 9 | 3.88 | 38.31 | - |
| YUV | 39.36 | 201.73 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 5 | 170 | 0.66 | 0.97 | 0 | 0.33 | 258.91 | 0.94 | 0.34 |
| Hex | 39 | 5 | AA | 42 | 61 | 0 | 21 | 103 | 5E | 22 |
| Octal | 71 | 5 | 252 | 102 | 141 | 0 | 41 | 403 | 136 | 42 |
| Binary | 111001 | 101 | 10101010 | 1000010 | 1100001 | 0 | 100001 | 100000011 | 1011110 | 100010 |
Color Harmonies of #3905AA
Complementary color
Monochromatic Colors of #3905AA
Black with #3905AA
Text Example
Text Example
White with #3905AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3905AA; }
p { color: rgb(57,5,170); }
H1.HeaderClassName
{
color: #3905AA;
}
.AnyTagClassName
{
color: #3905AA;
}
</style>
background-color css
<style>
a { background-color: #3905AA; }
a { background-color: rgb(57,5,170); }
div.DivClassName
{
background-color: #3905AA;
}
.BgClassName
{
background-color: #3905AA;
}
</style>
border-color css
<style>
span { border-color: #3905AA; }
span { border-color: rgb(57,5,170); }
td.TdClassName
{
border-color: #3905AA;
}
.TagClassName
{
border-color: #3905AA;
}
</style>