Shades of Electric Indigo #650AFF
Tints of Electric Indigo #650AFF
RGB
CMYK
RGB Variations
Color information
#650AFF (or 0x650AFF) is known color: Electric Indigo. HEX triplet: 65, 0A and FF. RGB value is (101,10,255). Sum of RGB (Red+Green+Blue) = 101+10+255=366 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.60% from 366); Green value is 10 (4.30% from 255 or 2.73% from 366); Blue value is 255 (100% from 255 or 69.67% from 366); Max value from RGB is 255 - color contains mainly: blue. Hex color #650AFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #650AFF is #9AF500. Grayscale: #404040. Windows color (decimal): -10155265 or 16714341. OLE color: 16714341.
HSL color Cylindrical-coordinate representation of color #650AFF: hue angle of 262.29º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #650AFF is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 10 | 255 | - |
| CMYK | 0.60 | 0.96 | 0 | 0 |
| HSL | 262.29º | 1% | 0.52% | - |
| HSV(B) | 262.29º | 0.96% | 1% | - |
| XYZ | 23.53 | 10.2 | 95.34 | - |
| YUV | 65.14 | 235.15 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 10 | 255 | 0.60 | 0.96 | 0 | 0 | 262.29 | 1 | 0.52 |
| Hex | 65 | A | FF | 3C | 60 | 0 | 0 | 106 | 64 | 34 |
| Octal | 145 | 12 | 377 | 74 | 140 | 0 | 0 | 406 | 144 | 64 |
| Binary | 1100101 | 1010 | 11111111 | 111100 | 1100000 | 0 | 0 | 100000110 | 1100100 | 110100 |
Color Harmonies of #650AFF
Complementary color
Monochromatic Colors of #650AFF
Black with #650AFF
Text Example
Text Example
White with #650AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650AFF; }
p { color: rgb(101,10,255); }
H1.HeaderClassName
{
color: #650AFF;
}
.AnyTagClassName
{
color: #650AFF;
}
</style>
background-color css
<style>
a { background-color: #650AFF; }
a { background-color: rgb(101,10,255); }
div.DivClassName
{
background-color: #650AFF;
}
.BgClassName
{
background-color: #650AFF;
}
</style>
border-color css
<style>
span { border-color: #650AFF; }
span { border-color: rgb(101,10,255); }
td.TdClassName
{
border-color: #650AFF;
}
.TagClassName
{
border-color: #650AFF;
}
</style>