Html Css Color HEX #860FFD Electric Indigo

📋 copy color: '#860FFD'

red 134 ◦ green 15 ◦ blue 253

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

Shades of Electric Indigo #860FFD

Tints of Electric Indigo #860FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 62.94%

R = 33.33%
G = 3.73%
B = 62.94%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#860FFD (or 0x860FFD) is known color: Electric Indigo. HEX triplet: 86, 0F and FD. RGB value is (134,15,253). Sum of RGB (Red+Green+Blue) = 134+15+253=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 15 (6.25% from 255 or 3.73% from 402); Blue value is 253 (99.22% from 255 or 62.94% from 402); Max value from RGB is 253 - color contains mainly: blue. Hex color #860FFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #860FFD is #79F002. Grayscale: #4C4C4C. Windows color (decimal): -7991299 or 16584582. OLE color: 16584582.

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

Color convert

RGB 134 15 253 -
CMYK 0.47 0.94 0 0.01
HSL 270º 0.98% 0.53% -
HSV(B) 270º 0.94% 0.99% -
XYZ 27.73 12.5 93.88 -
YUV 77.71 226.92 168.15 -
System Red Green Blue C M Y K H S L
Decimal 134 15 253 0.47 0.94 0 0.01 270 0.98 0.53
Hex 86 F FD 2F 5E 0 1 10E 62 35
Octal 206 17 375 57 136 0 1 416 142 65
Binary 10000110 1111 11111101 101111 1011110 0 1 100001110 1100010 110101

Color Harmonies of #860FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860FFD

Black with #860FFD

Text Example


Text Example

White with #860FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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