Shades of Indigo #650C8A
Tints of Indigo #650C8A
RGB
CMYK
RGB Variations
Color information
#650C8A (or 0x650C8A) is known color: Indigo. HEX triplet: 65, 0C and 8A. RGB value is (101,12,138). Sum of RGB (Red+Green+Blue) = 101+12+138=251 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.24% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 138 (54.30% from 255 or 54.98% from 251); Max value from RGB is 138 - color contains mainly: blue. Hex color #650C8A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650C8A is #9AF375. Grayscale: #343434. Windows color (decimal): -10154870 or 9047141. OLE color: 9047141.
HSL color Cylindrical-coordinate representation of color #650C8A: hue angle of 282.38º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #650C8A is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 12 | 138 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.46 |
| HSL | 282.38º | 0.84% | 0.29% | - |
| HSV(B) | 282.38º | 0.91% | 0.54% | - |
| XYZ | 10.09 | 4.86 | 24.45 | - |
| YUV | 52.98 | 175.99 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 12 | 138 | 0.27 | 0.91 | 0 | 0.46 | 282.38 | 0.84 | 0.29 |
| Hex | 65 | C | 8A | 1B | 5B | 0 | 2E | 11A | 54 | 1D |
| Octal | 145 | 14 | 212 | 33 | 133 | 0 | 56 | 432 | 124 | 35 |
| Binary | 1100101 | 1100 | 10001010 | 11011 | 1011011 | 0 | 101110 | 100011010 | 1010100 | 11101 |
Color Harmonies of #650C8A
Complementary color
Monochromatic Colors of #650C8A
Black with #650C8A
Text Example
Text Example
White with #650C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650C8A; }
p { color: rgb(101,12,138); }
H1.HeaderClassName
{
color: #650C8A;
}
.AnyTagClassName
{
color: #650C8A;
}
</style>
background-color css
<style>
a { background-color: #650C8A; }
a { background-color: rgb(101,12,138); }
div.DivClassName
{
background-color: #650C8A;
}
.BgClassName
{
background-color: #650C8A;
}
</style>
border-color css
<style>
span { border-color: #650C8A; }
span { border-color: rgb(101,12,138); }
td.TdClassName
{
border-color: #650C8A;
}
.TagClassName
{
border-color: #650C8A;
}
</style>