Shades of Indigo #650C99
Tints of Indigo #650C99
RGB
CMYK
RGB Variations
Color information
#650C99 (or 0x650C99) is known color: Indigo. HEX triplet: 65, 0C and 99. RGB value is (101,12,153). Sum of RGB (Red+Green+Blue) = 101+12+153=266 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.97% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 153 (60.16% from 255 or 57.52% from 266); Max value from RGB is 153 - color contains mainly: blue. Hex color #650C99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650C99 is #9AF366. Grayscale: #363636. Windows color (decimal): -10154855 or 10030181. OLE color: 10030181.
HSL color Cylindrical-coordinate representation of color #650C99: hue angle of 277.87º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #650C99 is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 101 | 12 | 153 | - |
| CMYK | 0.34 | 0.92 | 0 | 0.4 |
| HSL | 277.87º | 0.85% | 0.32% | - |
| HSV(B) | 277.87º | 0.92% | 0.6% | - |
| XYZ | 11.25 | 5.33 | 30.57 | - |
| YUV | 54.69 | 183.49 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 12 | 153 | 0.34 | 0.92 | 0 | 0.4 | 277.87 | 0.85 | 0.32 |
| Hex | 65 | C | 99 | 22 | 5C | 0 | 28 | 116 | 55 | 20 |
| Octal | 145 | 14 | 231 | 42 | 134 | 0 | 50 | 426 | 125 | 40 |
| Binary | 1100101 | 1100 | 10011001 | 100010 | 1011100 | 0 | 101000 | 100010110 | 1010101 | 100000 |
Color Harmonies of #650C99
Complementary color
Monochromatic Colors of #650C99
Black with #650C99
Text Example
Text Example
White with #650C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650C99; }
p { color: rgb(101,12,153); }
H1.HeaderClassName
{
color: #650C99;
}
.AnyTagClassName
{
color: #650C99;
}
</style>
background-color css
<style>
a { background-color: #650C99; }
a { background-color: rgb(101,12,153); }
div.DivClassName
{
background-color: #650C99;
}
.BgClassName
{
background-color: #650C99;
}
</style>
border-color css
<style>
span { border-color: #650C99; }
span { border-color: rgb(101,12,153); }
td.TdClassName
{
border-color: #650C99;
}
.TagClassName
{
border-color: #650C99;
}
</style>