Shades of Electric Indigo #6513FF
Tints of Electric Indigo #6513FF
RGB
CMYK
RGB Variations
Color information
#6513FF (or 0x6513FF) is known color: Electric Indigo. HEX triplet: 65, 13 and FF. RGB value is (101,19,255). Sum of RGB (Red+Green+Blue) = 101+19+255=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #6513FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6513FF is #9AEC00. Grayscale: #454545. Windows color (decimal): -10152961 or 16716645. OLE color: 16716645.
HSL color Cylindrical-coordinate representation of color #6513FF: hue angle of 260.85º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6513FF is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 19 | 255 | - |
| CMYK | 0.60 | 0.93 | 0 | 0 |
| HSL | 260.85º | 1% | 0.54% | - |
| HSV(B) | 260.85º | 0.93% | 1% | - |
| XYZ | 23.65 | 10.45 | 95.38 | - |
| YUV | 70.42 | 232.17 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 19 | 255 | 0.60 | 0.93 | 0 | 0 | 260.85 | 1 | 0.54 |
| Hex | 65 | 13 | FF | 3C | 5D | 0 | 0 | 105 | 64 | 36 |
| Octal | 145 | 23 | 377 | 74 | 135 | 0 | 0 | 405 | 144 | 66 |
| Binary | 1100101 | 10011 | 11111111 | 111100 | 1011101 | 0 | 0 | 100000101 | 1100100 | 110110 |
Color Harmonies of #6513FF
Complementary color
Monochromatic Colors of #6513FF
Black with #6513FF
Text Example
Text Example
White with #6513FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6513FF; }
p { color: rgb(101,19,255); }
H1.HeaderClassName
{
color: #6513FF;
}
.AnyTagClassName
{
color: #6513FF;
}
</style>
background-color css
<style>
a { background-color: #6513FF; }
a { background-color: rgb(101,19,255); }
div.DivClassName
{
background-color: #6513FF;
}
.BgClassName
{
background-color: #6513FF;
}
</style>
border-color css
<style>
span { border-color: #6513FF; }
span { border-color: rgb(101,19,255); }
td.TdClassName
{
border-color: #6513FF;
}
.TagClassName
{
border-color: #6513FF;
}
</style>