Shades of Indigo #650895
Tints of Indigo #650895
RGB
CMYK
RGB Variations
Color information
#650895 (or 0x650895) is known color: Indigo. HEX triplet: 65, 08 and 95. RGB value is (101,8,149). Sum of RGB (Red+Green+Blue) = 101+8+149=258 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.15% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 149 (58.59% from 255 or 57.75% from 258); Max value from RGB is 149 - color contains mainly: blue. Hex color #650895 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650895 is #9AF76A. Grayscale: #333333. Windows color (decimal): -10155883 or 9767013. OLE color: 9767013.
HSL color Cylindrical-coordinate representation of color #650895: hue angle of 279.57º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #650895 is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 8 | 149 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.42 |
| HSL | 279.57º | 0.9% | 0.31% | - |
| HSV(B) | 279.57º | 0.95% | 0.58% | - |
| XYZ | 10.88 | 5.11 | 28.85 | - |
| YUV | 51.88 | 182.81 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 8 | 149 | 0.32 | 0.95 | 0 | 0.42 | 279.57 | 0.9 | 0.31 |
| Hex | 65 | 8 | 95 | 20 | 5F | 0 | 2A | 118 | 5A | 1F |
| Octal | 145 | 10 | 225 | 40 | 137 | 0 | 52 | 430 | 132 | 37 |
| Binary | 1100101 | 1000 | 10010101 | 100000 | 1011111 | 0 | 101010 | 100011000 | 1011010 | 11111 |
Color Harmonies of #650895
Complementary color
Monochromatic Colors of #650895
Black with #650895
Text Example
Text Example
White with #650895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650895; }
p { color: rgb(101,8,149); }
H1.HeaderClassName
{
color: #650895;
}
.AnyTagClassName
{
color: #650895;
}
</style>
background-color css
<style>
a { background-color: #650895; }
a { background-color: rgb(101,8,149); }
div.DivClassName
{
background-color: #650895;
}
.BgClassName
{
background-color: #650895;
}
</style>
border-color css
<style>
span { border-color: #650895; }
span { border-color: rgb(101,8,149); }
td.TdClassName
{
border-color: #650895;
}
.TagClassName
{
border-color: #650895;
}
</style>