Shades of Indigo #6604A2
Tints of Indigo #6604A2
RGB
CMYK
RGB Variations
Color information
#6604A2 (or 0x6604A2) is known color: Indigo. HEX triplet: 66, 04 and A2. RGB value is (102,4,162). Sum of RGB (Red+Green+Blue) = 102+4+162=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 162 (63.67% from 255 or 60.45% from 268); Max value from RGB is 162 - color contains mainly: blue. Hex color #6604A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6604A2 is #99FB5D. Grayscale: #323232. Windows color (decimal): -10091358 or 10617958. OLE color: 10617958.
HSL color Cylindrical-coordinate representation of color #6604A2: hue angle of 277.22º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6604A2 is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 4 | 162 | - |
| CMYK | 0.37 | 0.98 | 0 | 0.36 |
| HSL | 277.22º | 0.95% | 0.33% | - |
| HSV(B) | 277.22º | 0.98% | 0.64% | - |
| XYZ | 12.04 | 5.52 | 34.61 | - |
| YUV | 51.31 | 190.47 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 4 | 162 | 0.37 | 0.98 | 0 | 0.36 | 277.22 | 0.95 | 0.33 |
| Hex | 66 | 4 | A2 | 25 | 62 | 0 | 24 | 115 | 5F | 21 |
| Octal | 146 | 4 | 242 | 45 | 142 | 0 | 44 | 425 | 137 | 41 |
| Binary | 1100110 | 100 | 10100010 | 100101 | 1100010 | 0 | 100100 | 100010101 | 1011111 | 100001 |
Color Harmonies of #6604A2
Complementary color
Monochromatic Colors of #6604A2
Black with #6604A2
Text Example
Text Example
White with #6604A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6604A2; }
p { color: rgb(102,4,162); }
H1.HeaderClassName
{
color: #6604A2;
}
.AnyTagClassName
{
color: #6604A2;
}
</style>
background-color css
<style>
a { background-color: #6604A2; }
a { background-color: rgb(102,4,162); }
div.DivClassName
{
background-color: #6604A2;
}
.BgClassName
{
background-color: #6604A2;
}
</style>
border-color css
<style>
span { border-color: #6604A2; }
span { border-color: rgb(102,4,162); }
td.TdClassName
{
border-color: #6604A2;
}
.TagClassName
{
border-color: #6604A2;
}
</style>