Shades of Electric Indigo #5000FA
Tints of Electric Indigo #5000FA
RGB
CMYK
RGB Variations
Color information
#5000FA (or 0x5000FA) is known color: Electric Indigo. HEX triplet: 50, 00 and FA. RGB value is (80,0,250). Sum of RGB (Red+Green+Blue) = 80+0+250=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 250 (98.05% from 255 or 75.76% from 330); Max value from RGB is 250 - color contains mainly: blue. Hex color #5000FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5000FA is #AFFF05. Grayscale: #333333. Windows color (decimal): -11534086 or 16384080. OLE color: 16384080.
HSL color Cylindrical-coordinate representation of color #5000FA: hue angle of 259.2º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5000FA is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 0 | 250 | - |
| CMYK | 0.68 | 1 | 0 | 0.02 |
| HSL | 259.2º | 1% | 0.49% | - |
| HSV(B) | 259.2º | 1% | 0.98% | - |
| XYZ | 20.56 | 8.61 | 91.02 | - |
| YUV | 52.42 | 239.5 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 250 | 0.68 | 1 | 0 | 0.02 | 259.2 | 1 | 0.49 |
| Hex | 50 | 0 | FA | 44 | 64 | 0 | 2 | 103 | 64 | 31 |
| Octal | 120 | 0 | 372 | 104 | 144 | 0 | 2 | 403 | 144 | 61 |
| Binary | 1010000 | 0 | 11111010 | 1000100 | 1100100 | 0 | 10 | 100000011 | 1100100 | 110001 |
Color Harmonies of #5000FA
Complementary color
Monochromatic Colors of #5000FA
Black with #5000FA
Text Example
Text Example
White with #5000FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5000FA; }
p { color: rgb(80,0,250); }
H1.HeaderClassName
{
color: #5000FA;
}
.AnyTagClassName
{
color: #5000FA;
}
</style>
background-color css
<style>
a { background-color: #5000FA; }
a { background-color: rgb(80,0,250); }
div.DivClassName
{
background-color: #5000FA;
}
.BgClassName
{
background-color: #5000FA;
}
</style>
border-color css
<style>
span { border-color: #5000FA; }
span { border-color: rgb(80,0,250); }
td.TdClassName
{
border-color: #5000FA;
}
.TagClassName
{
border-color: #5000FA;
}
</style>