Shades of Indigo #650194
Tints of Indigo #650194
RGB
CMYK
RGB Variations
Color information
#650194 (or 0x650194) is known color: Indigo. HEX triplet: 65, 01 and 94. RGB value is (101,1,148). Sum of RGB (Red+Green+Blue) = 101+1+148=250 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.4% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 148 (58.20% from 255 or 59.2% from 250); Max value from RGB is 148 - color contains mainly: blue. Hex color #650194 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650194 is #9AFE6B. Grayscale: #2F2F2F. Windows color (decimal): -10157676 or 9699685. OLE color: 9699685.
HSL color Cylindrical-coordinate representation of color #650194: hue angle of 280.82º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #650194 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 1 | 148 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.42 |
| HSL | 280.82º | 0.99% | 0.29% | - |
| HSV(B) | 280.82º | 0.99% | 0.58% | - |
| XYZ | 10.72 | 4.93 | 28.4 | - |
| YUV | 47.66 | 184.63 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 1 | 148 | 0.32 | 0.99 | 0 | 0.42 | 280.82 | 0.99 | 0.29 |
| Hex | 65 | 1 | 94 | 20 | 63 | 0 | 2A | 119 | 63 | 1D |
| Octal | 145 | 1 | 224 | 40 | 143 | 0 | 52 | 431 | 143 | 35 |
| Binary | 1100101 | 1 | 10010100 | 100000 | 1100011 | 0 | 101010 | 100011001 | 1100011 | 11101 |
Color Harmonies of #650194
Complementary color
Monochromatic Colors of #650194
Black with #650194
Text Example
Text Example
White with #650194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650194; }
p { color: rgb(101,1,148); }
H1.HeaderClassName
{
color: #650194;
}
.AnyTagClassName
{
color: #650194;
}
</style>
background-color css
<style>
a { background-color: #650194; }
a { background-color: rgb(101,1,148); }
div.DivClassName
{
background-color: #650194;
}
.BgClassName
{
background-color: #650194;
}
</style>
border-color css
<style>
span { border-color: #650194; }
span { border-color: rgb(101,1,148); }
td.TdClassName
{
border-color: #650194;
}
.TagClassName
{
border-color: #650194;
}
</style>