Shades of Electric Indigo #6500FD
Tints of Electric Indigo #6500FD
RGB
CMYK
RGB Variations
Color information
#6500FD (or 0x6500FD) is known color: Electric Indigo. HEX triplet: 65, 00 and FD. RGB value is (101,0,253). Sum of RGB (Red+Green+Blue) = 101+0+253=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 253 (99.22% from 255 or 71.47% from 354); Max value from RGB is 253 - color contains mainly: blue. Hex color #6500FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6500FD is #9AFF02. Grayscale: #3A3A3A. Windows color (decimal): -10157827 or 16580709. OLE color: 16580709.
HSL color Cylindrical-coordinate representation of color #6500FD: hue angle of 263.95º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6500FD is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 0 | 253 | - |
| CMYK | 0.60 | 1 | 0 | 0.01 |
| HSL | 263.95º | 1% | 0.5% | - |
| HSV(B) | 263.95º | 1% | 0.99% | - |
| XYZ | 23.1 | 9.86 | 93.61 | - |
| YUV | 59.04 | 237.46 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 253 | 0.60 | 1 | 0 | 0.01 | 263.95 | 1 | 0.5 |
| Hex | 65 | 0 | FD | 3C | 64 | 0 | 1 | 108 | 64 | 32 |
| Octal | 145 | 0 | 375 | 74 | 144 | 0 | 1 | 410 | 144 | 62 |
| Binary | 1100101 | 0 | 11111101 | 111100 | 1100100 | 0 | 1 | 100001000 | 1100100 | 110010 |
Color Harmonies of #6500FD
Complementary color
Monochromatic Colors of #6500FD
Black with #6500FD
Text Example
Text Example
White with #6500FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6500FD; }
p { color: rgb(101,0,253); }
H1.HeaderClassName
{
color: #6500FD;
}
.AnyTagClassName
{
color: #6500FD;
}
</style>
background-color css
<style>
a { background-color: #6500FD; }
a { background-color: rgb(101,0,253); }
div.DivClassName
{
background-color: #6500FD;
}
.BgClassName
{
background-color: #6500FD;
}
</style>
border-color css
<style>
span { border-color: #6500FD; }
span { border-color: rgb(101,0,253); }
td.TdClassName
{
border-color: #6500FD;
}
.TagClassName
{
border-color: #6500FD;
}
</style>