Html Css Color HEX #870BFA Electric Indigo

📋 copy color: '#870BFA'

red 135 ◦ green 11 ◦ blue 250

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

Shades of Electric Indigo #870BFA

Tints of Electric Indigo #870BFA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.78%

 BLUE value IS 250 (98.05% from 255) = 63.13%

R = 34.09%
G = 2.78%
B = 63.13%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#870BFA (or 0x870BFA) is known color: Electric Indigo. HEX triplet: 87, 0B and FA. RGB value is (135,11,250). Sum of RGB (Red+Green+Blue) = 135+11+250=396 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.09% from 396); Green value is 11 (4.69% from 255 or 2.78% from 396); Blue value is 250 (98.05% from 255 or 63.13% from 396); Max value from RGB is 250 - color contains mainly: blue. Hex color #870BFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #870BFA is #78F405. Grayscale: #4A4A4A. Windows color (decimal): -7926790 or 16386951. OLE color: 16386951.

HSL color Cylindrical-coordinate representation of color #870BFA: hue angle of 271.13º degrees, saturation: 0.96, 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 #870BFA is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 135 11 250 -
CMYK 0.46 0.96 0 0.02
HSL 271.13º 0.96% 0.51% -
HSV(B) 271.13º 0.96% 0.98% -
XYZ 27.37 12.29 91.37 -
YUV 75.32 226.58 170.57 -
System Red Green Blue C M Y K H S L
Decimal 135 11 250 0.46 0.96 0 0.02 271.13 0.96 0.51
Hex 87 B FA 2E 60 0 2 10F 60 33
Octal 207 13 372 56 140 0 2 417 140 63
Binary 10000111 1011 11111010 101110 1100000 0 10 100001111 1100000 110011

Color Harmonies of #870BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870BFA

Black with #870BFA

Text Example


Text Example

White with #870BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,11,250); }

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

background-color css

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

 a { background-color: rgb(135,11,250); }

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

border-color css

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

 span { border-color: rgb(135,11,250); }

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