Html Css Color HEX #860FFF Electric Indigo

📋 copy color: '#860FFF'

red 134 ◦ green 15 ◦ blue 255

#860FFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #860FFF

Tints of Electric Indigo #860FFF

RGB

 RED value IS 134 (52.73% from 255) = 33.17%

 GREEN value IS 15 (6.25% from 255) = 3.71%

 BLUE value IS 255 (100% from 255) = 63.12%

R = 33.17%
G = 3.71%
B = 63.12%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#860FFF (or 0x860FFF) is known color: Electric Indigo. HEX triplet: 86, 0F and FF. RGB value is (134,15,255). Sum of RGB (Red+Green+Blue) = 134+15+255=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 15 (6.25% from 255 or 3.71% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #860FFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #860FFF is #79F000. Grayscale: #4D4D4D. Windows color (decimal): -7991297 or 16715654. OLE color: 16715654.

HSL color Cylindrical-coordinate representation of color #860FFF: hue angle of 269.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860FFF is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 134 15 255 -
CMYK 0.47 0.94 0 0
HSL 269.75º 1% 0.53% -
HSV(B) 269.75º 0.94% 1% -
XYZ 28.05 12.63 95.57 -
YUV 77.94 227.92 167.99 -
System Red Green Blue C M Y K H S L
Decimal 134 15 255 0.47 0.94 0 0 269.75 1 0.53
Hex 86 F FF 2F 5E 0 0 10E 64 35
Octal 206 17 377 57 136 0 0 416 144 65
Binary 10000110 1111 11111111 101111 1011110 0 0 100001110 1100100 110101

Color Harmonies of #860FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860FFF

Black with #860FFF

Text Example


Text Example

White with #860FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860FFF; }

 p { color: rgb(134,15,255); }

 H1.HeaderClassName
 {
   color: #860FFF;
 }
 .AnyTagClassName
 {
   color: #860FFF;
 }
</style>

background-color css

<style>
 a { background-color: #860FFF; }

 a { background-color: rgb(134,15,255); }

 div.DivClassName
 {
   background-color: #860FFF;
 }
 .BgClassName
 {
   background-color: #860FFF;
 }
</style>

border-color css

<style>
 span { border-color: #860FFF; }

 span { border-color: rgb(134,15,255); }

 td.TdClassName
 {
   border-color: #860FFF;
 }
 .TagClassName
 {
   border-color: #860FFF;
 }
</style>