Html Css Color HEX #860AFB Electric Indigo

📋 copy color: '#860AFB'

red 134 ◦ green 10 ◦ blue 251

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

Shades of Electric Indigo #860AFB

Tints of Electric Indigo #860AFB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.53%

 BLUE value IS 251 (98.44% from 255) = 63.54%

R = 33.92%
G = 2.53%
B = 63.54%

CMYK

 C value IS 0.47

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#860AFB (or 0x860AFB) is known color: Electric Indigo. HEX triplet: 86, 0A and FB. RGB value is (134,10,251). Sum of RGB (Red+Green+Blue) = 134+10+251=395 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.92% from 395); Green value is 10 (4.30% from 255 or 2.53% from 395); Blue value is 251 (98.44% from 255 or 63.54% from 395); Max value from RGB is 251 - color contains mainly: blue. Hex color #860AFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #860AFB is #79F504. Grayscale: #494949. Windows color (decimal): -7992581 or 16452230. OLE color: 16452230.

HSL color Cylindrical-coordinate representation of color #860AFB: hue angle of 270.87º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #860AFB is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 134 10 251 -
CMYK 0.47 0.96 0 0.02
HSL 270.87º 0.97% 0.51% -
HSV(B) 270.87º 0.96% 0.98% -
XYZ 27.35 12.25 92.19 -
YUV 74.55 227.58 170.4 -
System Red Green Blue C M Y K H S L
Decimal 134 10 251 0.47 0.96 0 0.02 270.87 0.97 0.51
Hex 86 A FB 2F 60 0 2 10F 61 33
Octal 206 12 373 57 140 0 2 417 141 63
Binary 10000110 1010 11111011 101111 1100000 0 10 100001111 1100001 110011

Color Harmonies of #860AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860AFB

Black with #860AFB

Text Example


Text Example

White with #860AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,10,251); }

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

background-color css

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

 a { background-color: rgb(134,10,251); }

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

border-color css

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

 span { border-color: rgb(134,10,251); }

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