Shades of Indigo #650880
Tints of Indigo #650880
RGB
CMYK
RGB Variations
Color information
#650880 (or 0x650880) is known color: Indigo. HEX triplet: 65, 08 and 80. RGB value is (101,8,128). Sum of RGB (Red+Green+Blue) = 101+8+128=237 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.62% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 128 (50.39% from 255 or 54.01% from 237); Max value from RGB is 128 - color contains mainly: blue. Hex color #650880 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650880 is #9AF77F. Grayscale: #313131. Windows color (decimal): -10155904 or 8390757. OLE color: 8390757.
HSL color Cylindrical-coordinate representation of color #650880: hue angle of 286.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #650880 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 8 | 128 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.50 |
| HSL | 286.5º | 0.88% | 0.27% | - |
| HSV(B) | 286.5º | 0.94% | 0.5% | - |
| XYZ | 9.35 | 4.5 | 20.8 | - |
| YUV | 49.49 | 172.31 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 8 | 128 | 0.21 | 0.94 | 0 | 0.50 | 286.5 | 0.88 | 0.27 |
| Hex | 65 | 8 | 80 | 15 | 5E | 0 | 32 | 11E | 58 | 1B |
| Octal | 145 | 10 | 200 | 25 | 136 | 0 | 62 | 436 | 130 | 33 |
| Binary | 1100101 | 1000 | 10000000 | 10101 | 1011110 | 0 | 110010 | 100011110 | 1011000 | 11011 |
Color Harmonies of #650880
Complementary color
Monochromatic Colors of #650880
Black with #650880
Text Example
Text Example
White with #650880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650880; }
p { color: rgb(101,8,128); }
H1.HeaderClassName
{
color: #650880;
}
.AnyTagClassName
{
color: #650880;
}
</style>
background-color css
<style>
a { background-color: #650880; }
a { background-color: rgb(101,8,128); }
div.DivClassName
{
background-color: #650880;
}
.BgClassName
{
background-color: #650880;
}
</style>
border-color css
<style>
span { border-color: #650880; }
span { border-color: rgb(101,8,128); }
td.TdClassName
{
border-color: #650880;
}
.TagClassName
{
border-color: #650880;
}
</style>