Shades of Electric Indigo #6512FD
Tints of Electric Indigo #6512FD
RGB
CMYK
RGB Variations
Color information
#6512FD (or 0x6512FD) is known color: Electric Indigo. HEX triplet: 65, 12 and FD. RGB value is (101,18,253). Sum of RGB (Red+Green+Blue) = 101+18+253=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 18 (7.42% from 255 or 4.84% from 372); Blue value is 253 (99.22% from 255 or 68.01% from 372); Max value from RGB is 253 - color contains mainly: blue. Hex color #6512FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6512FD is #9AED02. Grayscale: #444444. Windows color (decimal): -10153219 or 16585317. OLE color: 16585317.
HSL color Cylindrical-coordinate representation of color #6512FD: hue angle of 261.19º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6512FD is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 18 | 253 | - |
| CMYK | 0.60 | 0.93 | 0 | 0.01 |
| HSL | 261.19º | 0.98% | 0.53% | - |
| HSV(B) | 261.19º | 0.93% | 0.99% | - |
| XYZ | 23.31 | 10.29 | 93.69 | - |
| YUV | 69.61 | 231.5 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 18 | 253 | 0.60 | 0.93 | 0 | 0.01 | 261.19 | 0.98 | 0.53 |
| Hex | 65 | 12 | FD | 3C | 5D | 0 | 1 | 105 | 62 | 35 |
| Octal | 145 | 22 | 375 | 74 | 135 | 0 | 1 | 405 | 142 | 65 |
| Binary | 1100101 | 10010 | 11111101 | 111100 | 1011101 | 0 | 1 | 100000101 | 1100010 | 110101 |
Color Harmonies of #6512FD
Complementary color
Monochromatic Colors of #6512FD
Black with #6512FD
Text Example
Text Example
White with #6512FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6512FD; }
p { color: rgb(101,18,253); }
H1.HeaderClassName
{
color: #6512FD;
}
.AnyTagClassName
{
color: #6512FD;
}
</style>
background-color css
<style>
a { background-color: #6512FD; }
a { background-color: rgb(101,18,253); }
div.DivClassName
{
background-color: #6512FD;
}
.BgClassName
{
background-color: #6512FD;
}
</style>
border-color css
<style>
span { border-color: #6512FD; }
span { border-color: rgb(101,18,253); }
td.TdClassName
{
border-color: #6512FD;
}
.TagClassName
{
border-color: #6512FD;
}
</style>