Html Css Color HEX #870FFB Electric Indigo

📋 copy color: '#870FFB'

red 135 ◦ green 15 ◦ blue 251

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

Shades of Electric Indigo #870FFB

Tints of Electric Indigo #870FFB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.74%

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

R = 33.67%
G = 3.74%
B = 62.59%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#870FFB (or 0x870FFB) is known color: Electric Indigo. HEX triplet: 87, 0F and FB. RGB value is (135,15,251). Sum of RGB (Red+Green+Blue) = 135+15+251=401 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.67% from 401); Green value is 15 (6.25% from 255 or 3.74% from 401); Blue value is 251 (98.44% from 255 or 62.59% from 401); Max value from RGB is 251 - color contains mainly: blue. Hex color #870FFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #870FFB is #78F004. Grayscale: #4C4C4C. Windows color (decimal): -7925765 or 16453511. OLE color: 16453511.

HSL color Cylindrical-coordinate representation of color #870FFB: hue angle of 270.51º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870FFB is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 135 15 251 -
CMYK 0.46 0.94 0 0.02
HSL 270.51º 0.97% 0.52% -
HSV(B) 270.51º 0.94% 0.98% -
XYZ 27.58 12.46 92.22 -
YUV 77.78 225.76 168.81 -
System Red Green Blue C M Y K H S L
Decimal 135 15 251 0.46 0.94 0 0.02 270.51 0.97 0.52
Hex 87 F FB 2E 5E 0 2 10F 61 34
Octal 207 17 373 56 136 0 2 417 141 64
Binary 10000111 1111 11111011 101110 1011110 0 10 100001111 1100001 110100

Color Harmonies of #870FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870FFB

Black with #870FFB

Text Example


Text Example

White with #870FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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