Shades of Indigo #650086
Tints of Indigo #650086
RGB
CMYK
RGB Variations
Color information
#650086 (or 0x650086) is known color: Indigo. HEX triplet: 65, 00 and 86. RGB value is (101,0,134). Sum of RGB (Red+Green+Blue) = 101+0+134=235 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.98% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 134 (52.73% from 255 or 57.02% from 235); Max value from RGB is 134 - color contains mainly: blue. Hex color #650086 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650086 is #9AFF79. Grayscale: #2D2D2D. Windows color (decimal): -10157946 or 8781925. OLE color: 8781925.
HSL color Cylindrical-coordinate representation of color #650086: hue angle of 285.22º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #650086 is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 0 | 134 | - |
| CMYK | 0.25 | 1 | 0 | 0.47 |
| HSL | 285.22º | 1% | 0.26% | - |
| HSV(B) | 285.22º | 1% | 0.53% | - |
| XYZ | 9.67 | 4.49 | 22.91 | - |
| YUV | 45.48 | 177.96 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 134 | 0.25 | 1 | 0 | 0.47 | 285.22 | 1 | 0.26 |
| Hex | 65 | 0 | 86 | 19 | 64 | 0 | 2F | 11D | 64 | 1A |
| Octal | 145 | 0 | 206 | 31 | 144 | 0 | 57 | 435 | 144 | 32 |
| Binary | 1100101 | 0 | 10000110 | 11001 | 1100100 | 0 | 101111 | 100011101 | 1100100 | 11010 |
Color Harmonies of #650086
Complementary color
Monochromatic Colors of #650086
Black with #650086
Text Example
Text Example
White with #650086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650086; }
p { color: rgb(101,0,134); }
H1.HeaderClassName
{
color: #650086;
}
.AnyTagClassName
{
color: #650086;
}
</style>
background-color css
<style>
a { background-color: #650086; }
a { background-color: rgb(101,0,134); }
div.DivClassName
{
background-color: #650086;
}
.BgClassName
{
background-color: #650086;
}
</style>
border-color css
<style>
span { border-color: #650086; }
span { border-color: rgb(101,0,134); }
td.TdClassName
{
border-color: #650086;
}
.TagClassName
{
border-color: #650086;
}
</style>