Html Css Color HEX #870CFB Electric Indigo

📋 copy color: '#870CFB'

red 135 ◦ green 12 ◦ blue 251

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

Shades of Electric Indigo #870CFB

Tints of Electric Indigo #870CFB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.02%

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

R = 33.92%
G = 3.02%
B = 63.07%

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

#870CFB (or 0x870CFB) is known color: Electric Indigo. HEX triplet: 87, 0C and FB. RGB value is (135,12,251). Sum of RGB (Red+Green+Blue) = 135+12+251=398 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.92% from 398); Green value is 12 (5.08% from 255 or 3.02% from 398); Blue value is 251 (98.44% from 255 or 63.07% from 398); Max value from RGB is 251 - color contains mainly: blue. Hex color #870CFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #870CFB is #78F304. Grayscale: #4B4B4B. Windows color (decimal): -7926533 or 16452743. OLE color: 16452743.

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

Color convert

RGB 135 12 251 -
CMYK 0.46 0.95 0 0.02
HSL 270.88º 0.97% 0.52% -
HSV(B) 270.88º 0.95% 0.98% -
XYZ 27.54 12.38 92.2 -
YUV 76.02 226.75 170.07 -
System Red Green Blue C M Y K H S L
Decimal 135 12 251 0.46 0.95 0 0.02 270.88 0.97 0.52
Hex 87 C FB 2E 5F 0 2 10F 61 34
Octal 207 14 373 56 137 0 2 417 141 64
Binary 10000111 1100 11111011 101110 1011111 0 10 100001111 1100001 110100

Color Harmonies of #870CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870CFB

Black with #870CFB

Text Example


Text Example

White with #870CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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