Shades of Indigo #6203A5
Tints of Indigo #6203A5
RGB
CMYK
RGB Variations
Color information
#6203A5 (or 0x6203A5) is known color: Indigo. HEX triplet: 62, 03 and A5. RGB value is (98,3,165). Sum of RGB (Red+Green+Blue) = 98+3+165=266 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.84% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 165 (64.84% from 255 or 62.03% from 266); Max value from RGB is 165 - color contains mainly: blue. Hex color #6203A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6203A5 is #9DFC5A. Grayscale: #313131. Windows color (decimal): -10353755 or 10814306. OLE color: 10814306.
HSL color Cylindrical-coordinate representation of color #6203A5: hue angle of 275.19º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6203A5 is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 98 | 3 | 165 | - |
| CMYK | 0.41 | 0.98 | 0 | 0.35 |
| HSL | 275.19º | 0.96% | 0.33% | - |
| HSV(B) | 275.19º | 0.98% | 0.65% | - |
| XYZ | 11.86 | 5.38 | 36.01 | - |
| YUV | 49.87 | 192.97 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 3 | 165 | 0.41 | 0.98 | 0 | 0.35 | 275.19 | 0.96 | 0.33 |
| Hex | 62 | 3 | A5 | 29 | 62 | 0 | 23 | 113 | 60 | 21 |
| Octal | 142 | 3 | 245 | 51 | 142 | 0 | 43 | 423 | 140 | 41 |
| Binary | 1100010 | 11 | 10100101 | 101001 | 1100010 | 0 | 100011 | 100010011 | 1100000 | 100001 |
Color Harmonies of #6203A5
Complementary color
Monochromatic Colors of #6203A5
Black with #6203A5
Text Example
Text Example
White with #6203A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6203A5; }
p { color: rgb(98,3,165); }
H1.HeaderClassName
{
color: #6203A5;
}
.AnyTagClassName
{
color: #6203A5;
}
</style>
background-color css
<style>
a { background-color: #6203A5; }
a { background-color: rgb(98,3,165); }
div.DivClassName
{
background-color: #6203A5;
}
.BgClassName
{
background-color: #6203A5;
}
</style>
border-color css
<style>
span { border-color: #6203A5; }
span { border-color: rgb(98,3,165); }
td.TdClassName
{
border-color: #6203A5;
}
.TagClassName
{
border-color: #6203A5;
}
</style>