Shades of Indigo #650E7D
Tints of Indigo #650E7D
RGB
CMYK
RGB Variations
Color information
#650E7D (or 0x650E7D) is known color: Indigo. HEX triplet: 65, 0E and 7D. RGB value is (101,14,125). Sum of RGB (Red+Green+Blue) = 101+14+125=240 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.08% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #650E7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650E7D is #9AF182. Grayscale: #343434. Windows color (decimal): -10154371 or 8195685. OLE color: 8195685.
HSL color Cylindrical-coordinate representation of color #650E7D: hue angle of 287.03º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #650E7D is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 14 | 125 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.51 |
| HSL | 287.03º | 0.8% | 0.27% | - |
| HSV(B) | 287.03º | 0.89% | 0.49% | - |
| XYZ | 9.23 | 4.56 | 19.8 | - |
| YUV | 52.67 | 168.82 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 14 | 125 | 0.19 | 0.89 | 0 | 0.51 | 287.03 | 0.8 | 0.27 |
| Hex | 65 | E | 7D | 13 | 59 | 0 | 33 | 11F | 50 | 1B |
| Octal | 145 | 16 | 175 | 23 | 131 | 0 | 63 | 437 | 120 | 33 |
| Binary | 1100101 | 1110 | 1111101 | 10011 | 1011001 | 0 | 110011 | 100011111 | 1010000 | 11011 |
Color Harmonies of #650E7D
Complementary color
Monochromatic Colors of #650E7D
Black with #650E7D
Text Example
Text Example
White with #650E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650E7D; }
p { color: rgb(101,14,125); }
H1.HeaderClassName
{
color: #650E7D;
}
.AnyTagClassName
{
color: #650E7D;
}
</style>
background-color css
<style>
a { background-color: #650E7D; }
a { background-color: rgb(101,14,125); }
div.DivClassName
{
background-color: #650E7D;
}
.BgClassName
{
background-color: #650E7D;
}
</style>
border-color css
<style>
span { border-color: #650E7D; }
span { border-color: rgb(101,14,125); }
td.TdClassName
{
border-color: #650E7D;
}
.TagClassName
{
border-color: #650E7D;
}
</style>