Shades of Electric Indigo #850AFC
Tints of Electric Indigo #850AFC
RGB
CMYK
RGB Variations
Color information
#850AFC (or 0x850AFC) is known color: Electric Indigo. HEX triplet: 85, 0A and FC. RGB value is (133,10,252). Sum of RGB (Red+Green+Blue) = 133+10+252=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 10 (4.30% from 255 or 2.53% from 395); Blue value is 252 (98.83% from 255 or 63.80% from 395); Max value from RGB is 252 - color contains mainly: blue. Hex color #850AFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #850AFC is #7AF503. Grayscale: #494949. Windows color (decimal): -8058116 or 16517765. OLE color: 16517765.
HSL color Cylindrical-coordinate representation of color #850AFC: hue angle of 270.5º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #850AFC is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 10 | 252 | - |
| CMYK | 0.47 | 0.96 | 0 | 0.01 |
| HSL | 270.5º | 0.98% | 0.51% | - |
| HSV(B) | 270.5º | 0.96% | 0.99% | - |
| XYZ | 27.35 | 12.23 | 93.01 | - |
| YUV | 74.37 | 228.25 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 10 | 252 | 0.47 | 0.96 | 0 | 0.01 | 270.5 | 0.98 | 0.51 |
| Hex | 85 | A | FC | 2F | 60 | 0 | 1 | 10E | 62 | 33 |
| Octal | 205 | 12 | 374 | 57 | 140 | 0 | 1 | 416 | 142 | 63 |
| Binary | 10000101 | 1010 | 11111100 | 101111 | 1100000 | 0 | 1 | 100001110 | 1100010 | 110011 |
Color Harmonies of #850AFC
Complementary color
Monochromatic Colors of #850AFC
Black with #850AFC
Text Example
Text Example
White with #850AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850AFC; }
p { color: rgb(133,10,252); }
H1.HeaderClassName
{
color: #850AFC;
}
.AnyTagClassName
{
color: #850AFC;
}
</style>
background-color css
<style>
a { background-color: #850AFC; }
a { background-color: rgb(133,10,252); }
div.DivClassName
{
background-color: #850AFC;
}
.BgClassName
{
background-color: #850AFC;
}
</style>
border-color css
<style>
span { border-color: #850AFC; }
span { border-color: rgb(133,10,252); }
td.TdClassName
{
border-color: #850AFC;
}
.TagClassName
{
border-color: #850AFC;
}
</style>