Shades of Indigo #3703AA
Tints of Indigo #3703AA
RGB
CMYK
RGB Variations
Color information
#3703AA (or 0x3703AA) is known color: Indigo. HEX triplet: 37, 03 and AA. RGB value is (55,3,170). Sum of RGB (Red+Green+Blue) = 55+3+170=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 170 (66.80% from 255 or 74.56% from 228); Max value from RGB is 170 - color contains mainly: blue. Hex color #3703AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3703AA is #C8FC55. Grayscale: #242424. Windows color (decimal): -13171798 or 11141943. OLE color: 11141943.
HSL color Cylindrical-coordinate representation of color #3703AA: hue angle of 258.68º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3703AA is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 3 | 170 | - |
| CMYK | 0.68 | 0.98 | 0 | 0.33 |
| HSL | 258.68º | 0.97% | 0.34% | - |
| HSV(B) | 258.68º | 0.98% | 0.67% | - |
| XYZ | 8.86 | 3.78 | 38.29 | - |
| YUV | 37.59 | 202.73 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 3 | 170 | 0.68 | 0.98 | 0 | 0.33 | 258.68 | 0.97 | 0.34 |
| Hex | 37 | 3 | AA | 44 | 62 | 0 | 21 | 103 | 61 | 22 |
| Octal | 67 | 3 | 252 | 104 | 142 | 0 | 41 | 403 | 141 | 42 |
| Binary | 110111 | 11 | 10101010 | 1000100 | 1100010 | 0 | 100001 | 100000011 | 1100001 | 100010 |
Color Harmonies of #3703AA
Complementary color
Monochromatic Colors of #3703AA
Black with #3703AA
Text Example
Text Example
White with #3703AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3703AA; }
p { color: rgb(55,3,170); }
H1.HeaderClassName
{
color: #3703AA;
}
.AnyTagClassName
{
color: #3703AA;
}
</style>
background-color css
<style>
a { background-color: #3703AA; }
a { background-color: rgb(55,3,170); }
div.DivClassName
{
background-color: #3703AA;
}
.BgClassName
{
background-color: #3703AA;
}
</style>
border-color css
<style>
span { border-color: #3703AA; }
span { border-color: rgb(55,3,170); }
td.TdClassName
{
border-color: #3703AA;
}
.TagClassName
{
border-color: #3703AA;
}
</style>