Shades of Indigo #640380
Tints of Indigo #640380
RGB
CMYK
RGB Variations
Color information
#640380 (or 0x640380) is known color: Indigo. HEX triplet: 64, 03 and 80. RGB value is (100,3,128). Sum of RGB (Red+Green+Blue) = 100+3+128=231 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.29% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 128 (50.39% from 255 or 55.41% from 231); Max value from RGB is 128 - color contains mainly: blue. Hex color #640380 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640380 is #9BFC7F. Grayscale: #2D2D2D. Windows color (decimal): -10222720 or 8389476. OLE color: 8389476.
HSL color Cylindrical-coordinate representation of color #640380: hue angle of 286.56º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #640380 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 3 | 128 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.50 |
| HSL | 286.56º | 0.95% | 0.26% | - |
| HSV(B) | 286.56º | 0.98% | 0.5% | - |
| XYZ | 9.18 | 4.33 | 20.77 | - |
| YUV | 46.25 | 174.14 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 3 | 128 | 0.22 | 0.98 | 0 | 0.50 | 286.56 | 0.95 | 0.26 |
| Hex | 64 | 3 | 80 | 16 | 62 | 0 | 32 | 11F | 5F | 1A |
| Octal | 144 | 3 | 200 | 26 | 142 | 0 | 62 | 437 | 137 | 32 |
| Binary | 1100100 | 11 | 10000000 | 10110 | 1100010 | 0 | 110010 | 100011111 | 1011111 | 11010 |
Color Harmonies of #640380
Complementary color
Monochromatic Colors of #640380
Black with #640380
Text Example
Text Example
White with #640380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640380; }
p { color: rgb(100,3,128); }
H1.HeaderClassName
{
color: #640380;
}
.AnyTagClassName
{
color: #640380;
}
</style>
background-color css
<style>
a { background-color: #640380; }
a { background-color: rgb(100,3,128); }
div.DivClassName
{
background-color: #640380;
}
.BgClassName
{
background-color: #640380;
}
</style>
border-color css
<style>
span { border-color: #640380; }
span { border-color: rgb(100,3,128); }
td.TdClassName
{
border-color: #640380;
}
.TagClassName
{
border-color: #640380;
}
</style>