Shades of Indigo #650C84
Tints of Indigo #650C84
RGB
CMYK
RGB Variations
Color information
#650C84 (or 0x650C84) is known color: Indigo. HEX triplet: 65, 0C and 84. RGB value is (101,12,132). Sum of RGB (Red+Green+Blue) = 101+12+132=245 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.22% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 132 (51.95% from 255 or 53.88% from 245); Max value from RGB is 132 - color contains mainly: blue. Hex color #650C84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650C84 is #9AF37B. Grayscale: #333333. Windows color (decimal): -10154876 or 8653925. OLE color: 8653925.
HSL color Cylindrical-coordinate representation of color #650C84: hue angle of 284.5º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #650C84 is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 12 | 132 | - |
| CMYK | 0.23 | 0.91 | 0 | 0.48 |
| HSL | 284.5º | 0.83% | 0.28% | - |
| HSV(B) | 284.5º | 0.91% | 0.52% | - |
| XYZ | 9.66 | 4.7 | 22.23 | - |
| YUV | 52.29 | 172.99 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 12 | 132 | 0.23 | 0.91 | 0 | 0.48 | 284.5 | 0.83 | 0.28 |
| Hex | 65 | C | 84 | 17 | 5B | 0 | 30 | 11C | 53 | 1C |
| Octal | 145 | 14 | 204 | 27 | 133 | 0 | 60 | 434 | 123 | 34 |
| Binary | 1100101 | 1100 | 10000100 | 10111 | 1011011 | 0 | 110000 | 100011100 | 1010011 | 11100 |
Color Harmonies of #650C84
Complementary color
Monochromatic Colors of #650C84
Black with #650C84
Text Example
Text Example
White with #650C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650C84; }
p { color: rgb(101,12,132); }
H1.HeaderClassName
{
color: #650C84;
}
.AnyTagClassName
{
color: #650C84;
}
</style>
background-color css
<style>
a { background-color: #650C84; }
a { background-color: rgb(101,12,132); }
div.DivClassName
{
background-color: #650C84;
}
.BgClassName
{
background-color: #650C84;
}
</style>
border-color css
<style>
span { border-color: #650C84; }
span { border-color: rgb(101,12,132); }
td.TdClassName
{
border-color: #650C84;
}
.TagClassName
{
border-color: #650C84;
}
</style>