Html Css Color HEX #870AFF Electric Indigo

📋 copy color: '#870AFF'

red 135 ◦ green 10 ◦ blue 255

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

Shades of Electric Indigo #870AFF

Tints of Electric Indigo #870AFF

RGB

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

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

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

R = 33.75%
G = 2.5%
B = 63.75%

CMYK

 C value IS 0.47

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#870AFF (or 0x870AFF) is known color: Electric Indigo. HEX triplet: 87, 0A and FF. RGB value is (135,10,255). Sum of RGB (Red+Green+Blue) = 135+10+255=400 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.75% from 400); Green value is 10 (4.30% from 255 or 2.5% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #870AFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #870AFF is #78F500. Grayscale: #4A4A4A. Windows color (decimal): -7927041 or 16714375. OLE color: 16714375.

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

Color convert

RGB 135 10 255 -
CMYK 0.47 0.96 0 0
HSL 270.61º 1% 0.52% -
HSV(B) 270.61º 0.96% 1% -
XYZ 28.15 12.59 95.55 -
YUV 75.31 229.41 170.58 -
System Red Green Blue C M Y K H S L
Decimal 135 10 255 0.47 0.96 0 0 270.61 1 0.52
Hex 87 A FF 2F 60 0 0 10F 64 34
Octal 207 12 377 57 140 0 0 417 144 64
Binary 10000111 1010 11111111 101111 1100000 0 0 100001111 1100100 110100

Color Harmonies of #870AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870AFF

Black with #870AFF

Text Example


Text Example

White with #870AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,10,255); }

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

background-color css

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

 a { background-color: rgb(135,10,255); }

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

border-color css

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

 span { border-color: rgb(135,10,255); }

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