Shades of Indigo #650B8B
Tints of Indigo #650B8B
RGB
CMYK
RGB Variations
Color information
#650B8B (or 0x650B8B) is known color: Indigo. HEX triplet: 65, 0B and 8B. RGB value is (101,11,139). Sum of RGB (Red+Green+Blue) = 101+11+139=251 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.24% from 251); Green value is 11 (4.69% from 255 or 4.38% from 251); Blue value is 139 (54.69% from 255 or 55.38% from 251); Max value from RGB is 139 - color contains mainly: blue. Hex color #650B8B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650B8B is #9AF474. Grayscale: #343434. Windows color (decimal): -10155125 or 9112421. OLE color: 9112421.
HSL color Cylindrical-coordinate representation of color #650B8B: hue angle of 282.19º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #650B8B is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 11 | 139 | - |
| CMYK | 0.27 | 0.92 | 0 | 0.45 |
| HSL | 282.19º | 0.85% | 0.29% | - |
| HSV(B) | 282.19º | 0.92% | 0.55% | - |
| XYZ | 10.15 | 4.87 | 24.83 | - |
| YUV | 52.5 | 176.82 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 11 | 139 | 0.27 | 0.92 | 0 | 0.45 | 282.19 | 0.85 | 0.29 |
| Hex | 65 | B | 8B | 1B | 5C | 0 | 2D | 11A | 55 | 1D |
| Octal | 145 | 13 | 213 | 33 | 134 | 0 | 55 | 432 | 125 | 35 |
| Binary | 1100101 | 1011 | 10001011 | 11011 | 1011100 | 0 | 101101 | 100011010 | 1010101 | 11101 |
Color Harmonies of #650B8B
Complementary color
Monochromatic Colors of #650B8B
Black with #650B8B
Text Example
Text Example
White with #650B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650B8B; }
p { color: rgb(101,11,139); }
H1.HeaderClassName
{
color: #650B8B;
}
.AnyTagClassName
{
color: #650B8B;
}
</style>
background-color css
<style>
a { background-color: #650B8B; }
a { background-color: rgb(101,11,139); }
div.DivClassName
{
background-color: #650B8B;
}
.BgClassName
{
background-color: #650B8B;
}
</style>
border-color css
<style>
span { border-color: #650B8B; }
span { border-color: rgb(101,11,139); }
td.TdClassName
{
border-color: #650B8B;
}
.TagClassName
{
border-color: #650B8B;
}
</style>