Html Css Color HEX #870DFB Electric Indigo

📋 copy color: '#870DFB'

red 135 ◦ green 13 ◦ blue 251

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

Shades of Electric Indigo #870DFB

Tints of Electric Indigo #870DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.26%

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

R = 33.83%
G = 3.26%
B = 62.91%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#870DFB (or 0x870DFB) is known color: Electric Indigo. HEX triplet: 87, 0D and FB. RGB value is (135,13,251). Sum of RGB (Red+Green+Blue) = 135+13+251=399 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.83% from 399); Green value is 13 (5.47% from 255 or 3.26% from 399); Blue value is 251 (98.44% from 255 or 62.91% from 399); Max value from RGB is 251 - color contains mainly: blue. Hex color #870DFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #870DFB is #78F204. Grayscale: #4B4B4B. Windows color (decimal): -7926277 or 16452999. OLE color: 16452999.

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

Color convert

RGB 135 13 251 -
CMYK 0.46 0.95 0 0.02
HSL 270.76º 0.97% 0.52% -
HSV(B) 270.76º 0.95% 0.98% -
XYZ 27.55 12.4 92.21 -
YUV 76.61 226.42 169.65 -
System Red Green Blue C M Y K H S L
Decimal 135 13 251 0.46 0.95 0 0.02 270.76 0.97 0.52
Hex 87 D FB 2E 5F 0 2 10F 61 34
Octal 207 15 373 56 137 0 2 417 141 64
Binary 10000111 1101 11111011 101110 1011111 0 10 100001111 1100001 110100

Color Harmonies of #870DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870DFB

Black with #870DFB

Text Example


Text Example

White with #870DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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