Shades of Indigo #650E86
Tints of Indigo #650E86
RGB
CMYK
RGB Variations
Color information
#650E86 (or 0x650E86) is known color: Indigo. HEX triplet: 65, 0E and 86. RGB value is (101,14,134). Sum of RGB (Red+Green+Blue) = 101+14+134=249 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.56% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 134 (52.73% from 255 or 53.82% from 249); Max value from RGB is 134 - color contains mainly: blue. Hex color #650E86 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650E86 is #9AF179. Grayscale: #353535. Windows color (decimal): -10154362 or 8785509. OLE color: 8785509.
HSL color Cylindrical-coordinate representation of color #650E86: hue angle of 283.5º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #650E86 is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 14 | 134 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.47 |
| HSL | 283.5º | 0.81% | 0.29% | - |
| HSV(B) | 283.5º | 0.9% | 0.53% | - |
| XYZ | 9.83 | 4.8 | 22.96 | - |
| YUV | 53.69 | 173.32 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 14 | 134 | 0.25 | 0.90 | 0 | 0.47 | 283.5 | 0.81 | 0.29 |
| Hex | 65 | E | 86 | 19 | 5A | 0 | 2F | 11C | 51 | 1D |
| Octal | 145 | 16 | 206 | 31 | 132 | 0 | 57 | 434 | 121 | 35 |
| Binary | 1100101 | 1110 | 10000110 | 11001 | 1011010 | 0 | 101111 | 100011100 | 1010001 | 11101 |
Color Harmonies of #650E86
Complementary color
Monochromatic Colors of #650E86
Black with #650E86
Text Example
Text Example
White with #650E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650E86; }
p { color: rgb(101,14,134); }
H1.HeaderClassName
{
color: #650E86;
}
.AnyTagClassName
{
color: #650E86;
}
</style>
background-color css
<style>
a { background-color: #650E86; }
a { background-color: rgb(101,14,134); }
div.DivClassName
{
background-color: #650E86;
}
.BgClassName
{
background-color: #650E86;
}
</style>
border-color css
<style>
span { border-color: #650E86; }
span { border-color: rgb(101,14,134); }
td.TdClassName
{
border-color: #650E86;
}
.TagClassName
{
border-color: #650E86;
}
</style>