Shades of Indigo #6603A2
Tints of Indigo #6603A2
RGB
CMYK
RGB Variations
Color information
#6603A2 (or 0x6603A2) is known color: Indigo. HEX triplet: 66, 03 and A2. RGB value is (102,3,162). Sum of RGB (Red+Green+Blue) = 102+3+162=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 162 (63.67% from 255 or 60.67% from 267); Max value from RGB is 162 - color contains mainly: blue. Hex color #6603A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6603A2 is #99FC5D. Grayscale: #323232. Windows color (decimal): -10091614 or 10617702. OLE color: 10617702.
HSL color Cylindrical-coordinate representation of color #6603A2: hue angle of 277.36º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6603A2 is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 3 | 162 | - |
| CMYK | 0.37 | 0.98 | 0 | 0.36 |
| HSL | 277.36º | 0.96% | 0.32% | - |
| HSV(B) | 277.36º | 0.98% | 0.64% | - |
| XYZ | 12.03 | 5.5 | 34.61 | - |
| YUV | 50.73 | 190.8 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 3 | 162 | 0.37 | 0.98 | 0 | 0.36 | 277.36 | 0.96 | 0.32 |
| Hex | 66 | 3 | A2 | 25 | 62 | 0 | 24 | 115 | 60 | 20 |
| Octal | 146 | 3 | 242 | 45 | 142 | 0 | 44 | 425 | 140 | 40 |
| Binary | 1100110 | 11 | 10100010 | 100101 | 1100010 | 0 | 100100 | 100010101 | 1100000 | 100000 |
Color Harmonies of #6603A2
Complementary color
Monochromatic Colors of #6603A2
Black with #6603A2
Text Example
Text Example
White with #6603A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6603A2; }
p { color: rgb(102,3,162); }
H1.HeaderClassName
{
color: #6603A2;
}
.AnyTagClassName
{
color: #6603A2;
}
</style>
background-color css
<style>
a { background-color: #6603A2; }
a { background-color: rgb(102,3,162); }
div.DivClassName
{
background-color: #6603A2;
}
.BgClassName
{
background-color: #6603A2;
}
</style>
border-color css
<style>
span { border-color: #6603A2; }
span { border-color: rgb(102,3,162); }
td.TdClassName
{
border-color: #6603A2;
}
.TagClassName
{
border-color: #6603A2;
}
</style>