Html Css Color HEX #870BFB Electric Indigo

📋 copy color: '#870BFB'

red 135 ◦ green 11 ◦ blue 251

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

Shades of Electric Indigo #870BFB

Tints of Electric Indigo #870BFB

RGB

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

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

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

R = 34.01%
G = 2.77%
B = 63.22%

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

#870BFB (or 0x870BFB) is known color: Electric Indigo. HEX triplet: 87, 0B and FB. RGB value is (135,11,251). Sum of RGB (Red+Green+Blue) = 135+11+251=397 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.01% from 397); Green value is 11 (4.69% from 255 or 2.77% from 397); Blue value is 251 (98.44% from 255 or 63.22% from 397); Max value from RGB is 251 - color contains mainly: blue. Hex color #870BFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #870BFB is #78F404. Grayscale: #4A4A4A. Windows color (decimal): -7926789 or 16452487. OLE color: 16452487.

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

Color convert

RGB 135 11 251 -
CMYK 0.46 0.96 0 0.02
HSL 271º 0.97% 0.51% -
HSV(B) 271º 0.96% 0.98% -
XYZ 27.52 12.36 92.2 -
YUV 75.44 227.08 170.49 -
System Red Green Blue C M Y K H S L
Decimal 135 11 251 0.46 0.96 0 0.02 271 0.97 0.51
Hex 87 B FB 2E 60 0 2 10F 61 33
Octal 207 13 373 56 140 0 2 417 141 63
Binary 10000111 1011 11111011 101110 1100000 0 10 100001111 1100001 110011

Color Harmonies of #870BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870BFB

Black with #870BFB

Text Example


Text Example

White with #870BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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