Shades of Indigo #650788
Tints of Indigo #650788
RGB
CMYK
RGB Variations
Color information
#650788 (or 0x650788) is known color: Indigo. HEX triplet: 65, 07 and 88. RGB value is (101,7,136). Sum of RGB (Red+Green+Blue) = 101+7+136=244 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.39% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 136 (53.52% from 255 or 55.74% from 244); Max value from RGB is 136 - color contains mainly: blue. Hex color #650788 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650788 is #9AF877. Grayscale: #313131. Windows color (decimal): -10156152 or 8914789. OLE color: 8914789.
HSL color Cylindrical-coordinate representation of color #650788: hue angle of 283.72º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #650788 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 7 | 136 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.47 |
| HSL | 283.72º | 0.9% | 0.28% | - |
| HSV(B) | 283.72º | 0.95% | 0.53% | - |
| XYZ | 9.89 | 4.7 | 23.68 | - |
| YUV | 49.81 | 176.64 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 7 | 136 | 0.26 | 0.95 | 0 | 0.47 | 283.72 | 0.9 | 0.28 |
| Hex | 65 | 7 | 88 | 1A | 5F | 0 | 2F | 11C | 5A | 1C |
| Octal | 145 | 7 | 210 | 32 | 137 | 0 | 57 | 434 | 132 | 34 |
| Binary | 1100101 | 111 | 10001000 | 11010 | 1011111 | 0 | 101111 | 100011100 | 1011010 | 11100 |
Color Harmonies of #650788
Complementary color
Monochromatic Colors of #650788
Black with #650788
Text Example
Text Example
White with #650788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650788; }
p { color: rgb(101,7,136); }
H1.HeaderClassName
{
color: #650788;
}
.AnyTagClassName
{
color: #650788;
}
</style>
background-color css
<style>
a { background-color: #650788; }
a { background-color: rgb(101,7,136); }
div.DivClassName
{
background-color: #650788;
}
.BgClassName
{
background-color: #650788;
}
</style>
border-color css
<style>
span { border-color: #650788; }
span { border-color: rgb(101,7,136); }
td.TdClassName
{
border-color: #650788;
}
.TagClassName
{
border-color: #650788;
}
</style>