Shades of Electric Indigo #8B00FB
Tints of Electric Indigo #8B00FB
RGB
CMYK
RGB Variations
Color information
#8B00FB (or 0x8B00FB) is known color: Electric Indigo. HEX triplet: 8B, 00 and FB. RGB value is (139,0,251). Sum of RGB (Red+Green+Blue) = 139+0+251=390 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.64% from 390); Green value is 0 (0.39% from 255 or 0% from 390); Blue value is 251 (98.44% from 255 or 64.36% from 390); Max value from RGB is 251 - color contains mainly: blue. Hex color #8B00FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8B00FB is #74FF04. Grayscale: #454545. Windows color (decimal): -7667461 or 16449675. OLE color: 16449675.
HSL color Cylindrical-coordinate representation of color #8B00FB: hue angle of 273.23º 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 #8B00FB is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 0 | 251 | - |
| CMYK | 0.45 | 1 | 0 | 0.02 |
| HSL | 273.23º | 1% | 0.49% | - |
| HSV(B) | 273.23º | 1% | 0.98% | - |
| XYZ | 28.06 | 12.45 | 92.19 | - |
| YUV | 70.18 | 230.05 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 0 | 251 | 0.45 | 1 | 0 | 0.02 | 273.23 | 1 | 0.49 |
| Hex | 8B | 0 | FB | 2D | 64 | 0 | 2 | 111 | 64 | 31 |
| Octal | 213 | 0 | 373 | 55 | 144 | 0 | 2 | 421 | 144 | 61 |
| Binary | 10001011 | 0 | 11111011 | 101101 | 1100100 | 0 | 10 | 100010001 | 1100100 | 110001 |
Color Harmonies of #8B00FB
Complementary color
Monochromatic Colors of #8B00FB
Black with #8B00FB
Text Example
Text Example
White with #8B00FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B00FB; }
p { color: rgb(139,0,251); }
H1.HeaderClassName
{
color: #8B00FB;
}
.AnyTagClassName
{
color: #8B00FB;
}
</style>
background-color css
<style>
a { background-color: #8B00FB; }
a { background-color: rgb(139,0,251); }
div.DivClassName
{
background-color: #8B00FB;
}
.BgClassName
{
background-color: #8B00FB;
}
</style>
border-color css
<style>
span { border-color: #8B00FB; }
span { border-color: rgb(139,0,251); }
td.TdClassName
{
border-color: #8B00FB;
}
.TagClassName
{
border-color: #8B00FB;
}
</style>