Shades of Indigo #6203A4
Tints of Indigo #6203A4
RGB
CMYK
RGB Variations
Color information
#6203A4 (or 0x6203A4) is known color: Indigo. HEX triplet: 62, 03 and A4. RGB value is (98,3,164). Sum of RGB (Red+Green+Blue) = 98+3+164=265 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.98% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 164 (64.45% from 255 or 61.89% from 265); Max value from RGB is 164 - color contains mainly: blue. Hex color #6203A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6203A4 is #9DFC5B. Grayscale: #313131. Windows color (decimal): -10353756 or 10748770. OLE color: 10748770.
HSL color Cylindrical-coordinate representation of color #6203A4: hue angle of 275.4º degrees, saturation: 0.96, 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 #6203A4 is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 3 | 164 | - |
| CMYK | 0.40 | 0.98 | 0 | 0.36 |
| HSL | 275.4º | 0.96% | 0.33% | - |
| HSV(B) | 275.4º | 0.98% | 0.64% | - |
| XYZ | 11.77 | 5.34 | 35.53 | - |
| YUV | 49.76 | 192.47 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 3 | 164 | 0.40 | 0.98 | 0 | 0.36 | 275.4 | 0.96 | 0.33 |
| Hex | 62 | 3 | A4 | 28 | 62 | 0 | 24 | 113 | 60 | 21 |
| Octal | 142 | 3 | 244 | 50 | 142 | 0 | 44 | 423 | 140 | 41 |
| Binary | 1100010 | 11 | 10100100 | 101000 | 1100010 | 0 | 100100 | 100010011 | 1100000 | 100001 |
Color Harmonies of #6203A4
Complementary color
Monochromatic Colors of #6203A4
Black with #6203A4
Text Example
Text Example
White with #6203A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6203A4; }
p { color: rgb(98,3,164); }
H1.HeaderClassName
{
color: #6203A4;
}
.AnyTagClassName
{
color: #6203A4;
}
</style>
background-color css
<style>
a { background-color: #6203A4; }
a { background-color: rgb(98,3,164); }
div.DivClassName
{
background-color: #6203A4;
}
.BgClassName
{
background-color: #6203A4;
}
</style>
border-color css
<style>
span { border-color: #6203A4; }
span { border-color: rgb(98,3,164); }
td.TdClassName
{
border-color: #6203A4;
}
.TagClassName
{
border-color: #6203A4;
}
</style>