Shades of Indigo #3702A6
Tints of Indigo #3702A6
RGB
CMYK
RGB Variations
Color information
#3702A6 (or 0x3702A6) is known color: Indigo. HEX triplet: 37, 02 and A6. RGB value is (55,2,166). Sum of RGB (Red+Green+Blue) = 55+2+166=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 166 (65.23% from 255 or 74.44% from 223); Max value from RGB is 166 - color contains mainly: blue. Hex color #3702A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3702A6 is #C8FD59. Grayscale: #232323. Windows color (decimal): -13172058 or 10879543. OLE color: 10879543.
HSL color Cylindrical-coordinate representation of color #3702A6: hue angle of 259.39º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3702A6 is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 55 | 2 | 166 | - |
| CMYK | 0.67 | 0.99 | 0 | 0.35 |
| HSL | 259.39º | 0.98% | 0.33% | - |
| HSV(B) | 259.39º | 0.99% | 0.65% | - |
| XYZ | 8.48 | 3.61 | 36.33 | - |
| YUV | 36.54 | 201.06 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 2 | 166 | 0.67 | 0.99 | 0 | 0.35 | 259.39 | 0.98 | 0.33 |
| Hex | 37 | 2 | A6 | 43 | 63 | 0 | 23 | 103 | 62 | 21 |
| Octal | 67 | 2 | 246 | 103 | 143 | 0 | 43 | 403 | 142 | 41 |
| Binary | 110111 | 10 | 10100110 | 1000011 | 1100011 | 0 | 100011 | 100000011 | 1100010 | 100001 |
Color Harmonies of #3702A6
Complementary color
Monochromatic Colors of #3702A6
Black with #3702A6
Text Example
Text Example
White with #3702A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3702A6; }
p { color: rgb(55,2,166); }
H1.HeaderClassName
{
color: #3702A6;
}
.AnyTagClassName
{
color: #3702A6;
}
</style>
background-color css
<style>
a { background-color: #3702A6; }
a { background-color: rgb(55,2,166); }
div.DivClassName
{
background-color: #3702A6;
}
.BgClassName
{
background-color: #3702A6;
}
</style>
border-color css
<style>
span { border-color: #3702A6; }
span { border-color: rgb(55,2,166); }
td.TdClassName
{
border-color: #3702A6;
}
.TagClassName
{
border-color: #3702A6;
}
</style>