Html Css Color HEX #870AFB Electric Indigo

📋 copy color: '#870AFB'

red 135 ◦ green 10 ◦ blue 251

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

Shades of Electric Indigo #870AFB

Tints of Electric Indigo #870AFB

RGB

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

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

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

R = 34.09%
G = 2.53%
B = 63.38%

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

#870AFB (or 0x870AFB) is known color: Electric Indigo. HEX triplet: 87, 0A and FB. RGB value is (135,10,251). Sum of RGB (Red+Green+Blue) = 135+10+251=396 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.09% from 396); Green value is 10 (4.30% from 255 or 2.53% from 396); Blue value is 251 (98.44% from 255 or 63.38% from 396); Max value from RGB is 251 - color contains mainly: blue. Hex color #870AFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #870AFB is #78F504. Grayscale: #4A4A4A. Windows color (decimal): -7927045 or 16452231. OLE color: 16452231.

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

Color convert

RGB 135 10 251 -
CMYK 0.46 0.96 0 0.02
HSL 271.12º 0.97% 0.51% -
HSV(B) 271.12º 0.96% 0.98% -
XYZ 27.51 12.33 92.2 -
YUV 74.85 227.41 170.9 -
System Red Green Blue C M Y K H S L
Decimal 135 10 251 0.46 0.96 0 0.02 271.12 0.97 0.51
Hex 87 A FB 2E 60 0 2 10F 61 33
Octal 207 12 373 56 140 0 2 417 141 63
Binary 10000111 1010 11111011 101110 1100000 0 10 100001111 1100001 110011

Color Harmonies of #870AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870AFB

Black with #870AFB

Text Example


Text Example

White with #870AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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