Shades of Indigo #650794
Tints of Indigo #650794
RGB
CMYK
RGB Variations
Color information
#650794 (or 0x650794) is known color: Indigo. HEX triplet: 65, 07 and 94. RGB value is (101,7,148). Sum of RGB (Red+Green+Blue) = 101+7+148=256 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.45% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 148 (58.20% from 255 or 57.81% from 256); Max value from RGB is 148 - color contains mainly: blue. Hex color #650794 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650794 is #9AF86B. Grayscale: #323232. Windows color (decimal): -10156140 or 9701221. OLE color: 9701221.
HSL color Cylindrical-coordinate representation of color #650794: hue angle of 280º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #650794 is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 7 | 148 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.42 |
| HSL | 280º | 0.91% | 0.3% | - |
| HSV(B) | 280º | 0.95% | 0.58% | - |
| XYZ | 10.79 | 5.06 | 28.42 | - |
| YUV | 51.18 | 182.64 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 7 | 148 | 0.32 | 0.95 | 0 | 0.42 | 280 | 0.91 | 0.3 |
| Hex | 65 | 7 | 94 | 20 | 5F | 0 | 2A | 118 | 5B | 1E |
| Octal | 145 | 7 | 224 | 40 | 137 | 0 | 52 | 430 | 133 | 36 |
| Binary | 1100101 | 111 | 10010100 | 100000 | 1011111 | 0 | 101010 | 100011000 | 1011011 | 11110 |
Color Harmonies of #650794
Complementary color
Monochromatic Colors of #650794
Black with #650794
Text Example
Text Example
White with #650794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650794; }
p { color: rgb(101,7,148); }
H1.HeaderClassName
{
color: #650794;
}
.AnyTagClassName
{
color: #650794;
}
</style>
background-color css
<style>
a { background-color: #650794; }
a { background-color: rgb(101,7,148); }
div.DivClassName
{
background-color: #650794;
}
.BgClassName
{
background-color: #650794;
}
</style>
border-color css
<style>
span { border-color: #650794; }
span { border-color: rgb(101,7,148); }
td.TdClassName
{
border-color: #650794;
}
.TagClassName
{
border-color: #650794;
}
</style>