Html Css Color HEX #870DFE Electric Indigo

📋 copy color: '#870DFE'

red 135 ◦ green 13 ◦ blue 254

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

Shades of Electric Indigo #870DFE

Tints of Electric Indigo #870DFE

RGB

 RED value IS 135 (53.13% from 255) = 33.58%

 GREEN value IS 13 (5.47% from 255) = 3.23%

 BLUE value IS 254 (99.61% from 255) = 63.18%

R = 33.58%
G = 3.23%
B = 63.18%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#870DFE (or 0x870DFE) is known color: Electric Indigo. HEX triplet: 87, 0D and FE. RGB value is (135,13,254). Sum of RGB (Red+Green+Blue) = 135+13+254=402 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.58% from 402); Green value is 13 (5.47% from 255 or 3.23% from 402); Blue value is 254 (99.61% from 255 or 63.18% from 402); Max value from RGB is 254 - color contains mainly: blue. Hex color #870DFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #870DFE is #78F201. Grayscale: #4C4C4C. Windows color (decimal): -7926274 or 16649607. OLE color: 16649607.

HSL color Cylindrical-coordinate representation of color #870DFE: hue angle of 270.37º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870DFE is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 135 13 254 -
CMYK 0.47 0.95 0 0.00
HSL 270.37º 0.99% 0.52% -
HSV(B) 270.37º 0.95% 1% -
XYZ 28.02 12.59 94.72 -
YUV 76.95 227.92 169.4 -
System Red Green Blue C M Y K H S L
Decimal 135 13 254 0.47 0.95 0 0.00 270.37 0.99 0.52
Hex 87 D FE 2F 5F 0 0 10E 63 34
Octal 207 15 376 57 137 0 0 416 143 64
Binary 10000111 1101 11111110 101111 1011111 0 0 100001110 1100011 110100

Color Harmonies of #870DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870DFE

Black with #870DFE

Text Example


Text Example

White with #870DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870DFE; }

 p { color: rgb(135,13,254); }

 H1.HeaderClassName
 {
   color: #870DFE;
 }
 .AnyTagClassName
 {
   color: #870DFE;
 }
</style>

background-color css

<style>
 a { background-color: #870DFE; }

 a { background-color: rgb(135,13,254); }

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

border-color css

<style>
 span { border-color: #870DFE; }

 span { border-color: rgb(135,13,254); }

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