Shades of Indigo #3700AC
Tints of Indigo #3700AC
RGB
CMYK
RGB Variations
Color information
#3700AC (or 0x3700AC) is known color: Indigo. HEX triplet: 37, 00 and AC. RGB value is (55,0,172). Sum of RGB (Red+Green+Blue) = 55+0+172=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 172 (67.58% from 255 or 75.77% from 227); Max value from RGB is 172 - color contains mainly: blue. Hex color #3700AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3700AC is #C8FF53. Grayscale: #232323. Windows color (decimal): -13172564 or 11272247. OLE color: 11272247.
HSL color Cylindrical-coordinate representation of color #3700AC: hue angle of 259.19º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3700AC is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 0 | 172 | - |
| CMYK | 0.68 | 1 | 0 | 0.33 |
| HSL | 259.19º | 1% | 0.34% | - |
| HSV(B) | 259.19º | 1% | 0.67% | - |
| XYZ | 9.02 | 3.79 | 39.29 | - |
| YUV | 36.05 | 204.72 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 0 | 172 | 0.68 | 1 | 0 | 0.33 | 259.19 | 1 | 0.34 |
| Hex | 37 | 0 | AC | 44 | 64 | 0 | 21 | 103 | 64 | 22 |
| Octal | 67 | 0 | 254 | 104 | 144 | 0 | 41 | 403 | 144 | 42 |
| Binary | 110111 | 0 | 10101100 | 1000100 | 1100100 | 0 | 100001 | 100000011 | 1100100 | 100010 |
Color Harmonies of #3700AC
Complementary color
Monochromatic Colors of #3700AC
Black with #3700AC
Text Example
Text Example
White with #3700AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3700AC; }
p { color: rgb(55,0,172); }
H1.HeaderClassName
{
color: #3700AC;
}
.AnyTagClassName
{
color: #3700AC;
}
</style>
background-color css
<style>
a { background-color: #3700AC; }
a { background-color: rgb(55,0,172); }
div.DivClassName
{
background-color: #3700AC;
}
.BgClassName
{
background-color: #3700AC;
}
</style>
border-color css
<style>
span { border-color: #3700AC; }
span { border-color: rgb(55,0,172); }
td.TdClassName
{
border-color: #3700AC;
}
.TagClassName
{
border-color: #3700AC;
}
</style>