Shades of Indigo #6403A1
Tints of Indigo #6403A1
RGB
CMYK
RGB Variations
Color information
#6403A1 (or 0x6403A1) is known color: Indigo. HEX triplet: 64, 03 and A1. RGB value is (100,3,161). Sum of RGB (Red+Green+Blue) = 100+3+161=264 (34% of max value = 765). Red value is 100 (39.45% from 255 or 37.88% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 161 (63.28% from 255 or 60.98% from 264); Max value from RGB is 161 - color contains mainly: blue. Hex color #6403A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6403A1 is #9BFC5E. Grayscale: #313131. Windows color (decimal): -10222687 or 10552164. OLE color: 10552164.
HSL color Cylindrical-coordinate representation of color #6403A1: hue angle of 276.84º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6403A1 is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 3 | 161 | - |
| CMYK | 0.38 | 0.98 | 0 | 0.37 |
| HSL | 276.84º | 0.96% | 0.32% | - |
| HSV(B) | 276.84º | 0.98% | 0.63% | - |
| XYZ | 11.72 | 5.35 | 34.13 | - |
| YUV | 50.02 | 190.64 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 3 | 161 | 0.38 | 0.98 | 0 | 0.37 | 276.84 | 0.96 | 0.32 |
| Hex | 64 | 3 | A1 | 26 | 62 | 0 | 25 | 115 | 60 | 20 |
| Octal | 144 | 3 | 241 | 46 | 142 | 0 | 45 | 425 | 140 | 40 |
| Binary | 1100100 | 11 | 10100001 | 100110 | 1100010 | 0 | 100101 | 100010101 | 1100000 | 100000 |
Color Harmonies of #6403A1
Complementary color
Monochromatic Colors of #6403A1
Black with #6403A1
Text Example
Text Example
White with #6403A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6403A1; }
p { color: rgb(100,3,161); }
H1.HeaderClassName
{
color: #6403A1;
}
.AnyTagClassName
{
color: #6403A1;
}
</style>
background-color css
<style>
a { background-color: #6403A1; }
a { background-color: rgb(100,3,161); }
div.DivClassName
{
background-color: #6403A1;
}
.BgClassName
{
background-color: #6403A1;
}
</style>
border-color css
<style>
span { border-color: #6403A1; }
span { border-color: rgb(100,3,161); }
td.TdClassName
{
border-color: #6403A1;
}
.TagClassName
{
border-color: #6403A1;
}
</style>