Shades of Indigo #650BA6
Tints of Indigo #650BA6
RGB
CMYK
RGB Variations
Color information
#650BA6 (or 0x650BA6) is known color: Indigo. HEX triplet: 65, 0B and A6. RGB value is (101,11,166). Sum of RGB (Red+Green+Blue) = 101+11+166=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 166 (65.23% from 255 or 59.71% from 278); Max value from RGB is 166 - color contains mainly: blue. Hex color #650BA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650BA6 is #9AF459. Grayscale: #373737. Windows color (decimal): -10155098 or 10881893. OLE color: 10881893.
HSL color Cylindrical-coordinate representation of color #650BA6: hue angle of 274.84º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #650BA6 is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 101 | 11 | 166 | - |
| CMYK | 0.39 | 0.93 | 0 | 0.35 |
| HSL | 274.84º | 0.88% | 0.35% | - |
| HSV(B) | 274.84º | 0.93% | 0.65% | - |
| XYZ | 12.37 | 5.76 | 36.54 | - |
| YUV | 55.58 | 190.32 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 11 | 166 | 0.39 | 0.93 | 0 | 0.35 | 274.84 | 0.88 | 0.35 |
| Hex | 65 | B | A6 | 27 | 5D | 0 | 23 | 113 | 58 | 23 |
| Octal | 145 | 13 | 246 | 47 | 135 | 0 | 43 | 423 | 130 | 43 |
| Binary | 1100101 | 1011 | 10100110 | 100111 | 1011101 | 0 | 100011 | 100010011 | 1011000 | 100011 |
Color Harmonies of #650BA6
Complementary color
Monochromatic Colors of #650BA6
Black with #650BA6
Text Example
Text Example
White with #650BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650BA6; }
p { color: rgb(101,11,166); }
H1.HeaderClassName
{
color: #650BA6;
}
.AnyTagClassName
{
color: #650BA6;
}
</style>
background-color css
<style>
a { background-color: #650BA6; }
a { background-color: rgb(101,11,166); }
div.DivClassName
{
background-color: #650BA6;
}
.BgClassName
{
background-color: #650BA6;
}
</style>
border-color css
<style>
span { border-color: #650BA6; }
span { border-color: rgb(101,11,166); }
td.TdClassName
{
border-color: #650BA6;
}
.TagClassName
{
border-color: #650BA6;
}
</style>