Shades of Indigo #6207A1
Tints of Indigo #6207A1
RGB
CMYK
RGB Variations
Color information
#6207A1 (or 0x6207A1) is known color: Indigo. HEX triplet: 62, 07 and A1. RGB value is (98,7,161). Sum of RGB (Red+Green+Blue) = 98+7+161=266 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.84% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 161 (63.28% from 255 or 60.53% from 266); Max value from RGB is 161 - color contains mainly: blue. Hex color #6207A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6207A1 is #9DF85E. Grayscale: #333333. Windows color (decimal): -10352735 or 10553186. OLE color: 10553186.
HSL color Cylindrical-coordinate representation of color #6207A1: hue angle of 275.45º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6207A1 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 98 | 7 | 161 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.37 |
| HSL | 275.45º | 0.92% | 0.33% | - |
| HSV(B) | 275.45º | 0.96% | 0.63% | - |
| XYZ | 11.55 | 5.32 | 34.14 | - |
| YUV | 51.77 | 189.65 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 7 | 161 | 0.39 | 0.96 | 0 | 0.37 | 275.45 | 0.92 | 0.33 |
| Hex | 62 | 7 | A1 | 27 | 60 | 0 | 25 | 113 | 5C | 21 |
| Octal | 142 | 7 | 241 | 47 | 140 | 0 | 45 | 423 | 134 | 41 |
| Binary | 1100010 | 111 | 10100001 | 100111 | 1100000 | 0 | 100101 | 100010011 | 1011100 | 100001 |
Color Harmonies of #6207A1
Complementary color
Monochromatic Colors of #6207A1
Black with #6207A1
Text Example
Text Example
White with #6207A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6207A1; }
p { color: rgb(98,7,161); }
H1.HeaderClassName
{
color: #6207A1;
}
.AnyTagClassName
{
color: #6207A1;
}
</style>
background-color css
<style>
a { background-color: #6207A1; }
a { background-color: rgb(98,7,161); }
div.DivClassName
{
background-color: #6207A1;
}
.BgClassName
{
background-color: #6207A1;
}
</style>
border-color css
<style>
span { border-color: #6207A1; }
span { border-color: rgb(98,7,161); }
td.TdClassName
{
border-color: #6207A1;
}
.TagClassName
{
border-color: #6207A1;
}
</style>