Shades of Electric Indigo #6513FC
Tints of Electric Indigo #6513FC
RGB
CMYK
RGB Variations
Color information
#6513FC (or 0x6513FC) is known color: Electric Indigo. HEX triplet: 65, 13 and FC. RGB value is (101,19,252). Sum of RGB (Red+Green+Blue) = 101+19+252=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 19 (7.81% from 255 or 5.11% from 372); Blue value is 252 (98.83% from 255 or 67.74% from 372); Max value from RGB is 252 - color contains mainly: blue. Hex color #6513FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6513FC is #9AEC03. Grayscale: #454545. Windows color (decimal): -10152964 or 16520037. OLE color: 16520037.
HSL color Cylindrical-coordinate representation of color #6513FC: hue angle of 261.12º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6513FC is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 19 | 252 | - |
| CMYK | 0.60 | 0.92 | 0 | 0.01 |
| HSL | 261.12º | 0.97% | 0.53% | - |
| HSV(B) | 261.12º | 0.92% | 0.99% | - |
| XYZ | 23.17 | 10.26 | 92.85 | - |
| YUV | 70.08 | 230.67 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 19 | 252 | 0.60 | 0.92 | 0 | 0.01 | 261.12 | 0.97 | 0.53 |
| Hex | 65 | 13 | FC | 3C | 5C | 0 | 1 | 105 | 61 | 35 |
| Octal | 145 | 23 | 374 | 74 | 134 | 0 | 1 | 405 | 141 | 65 |
| Binary | 1100101 | 10011 | 11111100 | 111100 | 1011100 | 0 | 1 | 100000101 | 1100001 | 110101 |
Color Harmonies of #6513FC
Complementary color
Monochromatic Colors of #6513FC
Black with #6513FC
Text Example
Text Example
White with #6513FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6513FC; }
p { color: rgb(101,19,252); }
H1.HeaderClassName
{
color: #6513FC;
}
.AnyTagClassName
{
color: #6513FC;
}
</style>
background-color css
<style>
a { background-color: #6513FC; }
a { background-color: rgb(101,19,252); }
div.DivClassName
{
background-color: #6513FC;
}
.BgClassName
{
background-color: #6513FC;
}
</style>
border-color css
<style>
span { border-color: #6513FC; }
span { border-color: rgb(101,19,252); }
td.TdClassName
{
border-color: #6513FC;
}
.TagClassName
{
border-color: #6513FC;
}
</style>