Shades of Indigo #650D81
Tints of Indigo #650D81
RGB
CMYK
RGB Variations
Color information
#650D81 (or 0x650D81) is known color: Indigo. HEX triplet: 65, 0D and 81. RGB value is (101,13,129). Sum of RGB (Red+Green+Blue) = 101+13+129=243 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.56% from 243); Green value is 13 (5.47% from 255 or 5.35% from 243); Blue value is 129 (50.78% from 255 or 53.09% from 243); Max value from RGB is 129 - color contains mainly: blue. Hex color #650D81 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650D81 is #9AF27E. Grayscale: #343434. Windows color (decimal): -10154623 or 8457573. OLE color: 8457573.
HSL color Cylindrical-coordinate representation of color #650D81: hue angle of 285.52º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #650D81 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 13 | 129 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.49 |
| HSL | 285.52º | 0.82% | 0.28% | - |
| HSV(B) | 285.52º | 0.9% | 0.51% | - |
| XYZ | 9.47 | 4.64 | 21.17 | - |
| YUV | 52.54 | 171.15 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 13 | 129 | 0.22 | 0.90 | 0 | 0.49 | 285.52 | 0.82 | 0.28 |
| Hex | 65 | D | 81 | 16 | 5A | 0 | 31 | 11E | 52 | 1C |
| Octal | 145 | 15 | 201 | 26 | 132 | 0 | 61 | 436 | 122 | 34 |
| Binary | 1100101 | 1101 | 10000001 | 10110 | 1011010 | 0 | 110001 | 100011110 | 1010010 | 11100 |
Color Harmonies of #650D81
Complementary color
Monochromatic Colors of #650D81
Black with #650D81
Text Example
Text Example
White with #650D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650D81; }
p { color: rgb(101,13,129); }
H1.HeaderClassName
{
color: #650D81;
}
.AnyTagClassName
{
color: #650D81;
}
</style>
background-color css
<style>
a { background-color: #650D81; }
a { background-color: rgb(101,13,129); }
div.DivClassName
{
background-color: #650D81;
}
.BgClassName
{
background-color: #650D81;
}
</style>
border-color css
<style>
span { border-color: #650D81; }
span { border-color: rgb(101,13,129); }
td.TdClassName
{
border-color: #650D81;
}
.TagClassName
{
border-color: #650D81;
}
</style>