Shades of Indigo #650888
Tints of Indigo #650888
RGB
CMYK
RGB Variations
Color information
#650888 (or 0x650888) is known color: Indigo. HEX triplet: 65, 08 and 88. RGB value is (101,8,136). Sum of RGB (Red+Green+Blue) = 101+8+136=245 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.22% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 136 (53.52% from 255 or 55.51% from 245); Max value from RGB is 136 - color contains mainly: blue. Hex color #650888 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650888 is #9AF777. Grayscale: #313131. Windows color (decimal): -10155896 or 8915045. OLE color: 8915045.
HSL color Cylindrical-coordinate representation of color #650888: hue angle of 283.59º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #650888 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 8 | 136 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.47 |
| HSL | 283.59º | 0.89% | 0.28% | - |
| HSV(B) | 283.59º | 0.94% | 0.53% | - |
| XYZ | 9.9 | 4.72 | 23.68 | - |
| YUV | 50.4 | 176.31 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 8 | 136 | 0.26 | 0.94 | 0 | 0.47 | 283.59 | 0.89 | 0.28 |
| Hex | 65 | 8 | 88 | 1A | 5E | 0 | 2F | 11C | 59 | 1C |
| Octal | 145 | 10 | 210 | 32 | 136 | 0 | 57 | 434 | 131 | 34 |
| Binary | 1100101 | 1000 | 10001000 | 11010 | 1011110 | 0 | 101111 | 100011100 | 1011001 | 11100 |
Color Harmonies of #650888
Complementary color
Monochromatic Colors of #650888
Black with #650888
Text Example
Text Example
White with #650888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650888; }
p { color: rgb(101,8,136); }
H1.HeaderClassName
{
color: #650888;
}
.AnyTagClassName
{
color: #650888;
}
</style>
background-color css
<style>
a { background-color: #650888; }
a { background-color: rgb(101,8,136); }
div.DivClassName
{
background-color: #650888;
}
.BgClassName
{
background-color: #650888;
}
</style>
border-color css
<style>
span { border-color: #650888; }
span { border-color: rgb(101,8,136); }
td.TdClassName
{
border-color: #650888;
}
.TagClassName
{
border-color: #650888;
}
</style>