Shades of Indigo #650080
Tints of Indigo #650080
RGB
CMYK
RGB Variations
Color information
#650080 (or 0x650080) is known color: Indigo. HEX triplet: 65, 00 and 80. RGB value is (101,0,128). Sum of RGB (Red+Green+Blue) = 101+0+128=229 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.10% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 128 (50.39% from 255 or 55.90% from 229); Max value from RGB is 128 - color contains mainly: blue. Hex color #650080 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650080 is #9AFF7F. Grayscale: #2C2C2C. Windows color (decimal): -10157952 or 8388709. OLE color: 8388709.
HSL color Cylindrical-coordinate representation of color #650080: hue angle of 287.34º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #650080 is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 0 | 128 | - |
| CMYK | 0.21 | 1 | 0 | 0.50 |
| HSL | 287.34º | 1% | 0.25% | - |
| HSV(B) | 287.34º | 1% | 0.5% | - |
| XYZ | 9.26 | 4.33 | 20.77 | - |
| YUV | 44.79 | 174.96 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 128 | 0.21 | 1 | 0 | 0.50 | 287.34 | 1 | 0.25 |
| Hex | 65 | 0 | 80 | 15 | 64 | 0 | 32 | 11F | 64 | 19 |
| Octal | 145 | 0 | 200 | 25 | 144 | 0 | 62 | 437 | 144 | 31 |
| Binary | 1100101 | 0 | 10000000 | 10101 | 1100100 | 0 | 110010 | 100011111 | 1100100 | 11001 |
Color Harmonies of #650080
Complementary color
Monochromatic Colors of #650080
Black with #650080
Text Example
Text Example
White with #650080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650080; }
p { color: rgb(101,0,128); }
H1.HeaderClassName
{
color: #650080;
}
.AnyTagClassName
{
color: #650080;
}
</style>
background-color css
<style>
a { background-color: #650080; }
a { background-color: rgb(101,0,128); }
div.DivClassName
{
background-color: #650080;
}
.BgClassName
{
background-color: #650080;
}
</style>
border-color css
<style>
span { border-color: #650080; }
span { border-color: rgb(101,0,128); }
td.TdClassName
{
border-color: #650080;
}
.TagClassName
{
border-color: #650080;
}
</style>