Html Css Color HEX #870FFC Electric Indigo

📋 copy color: '#870FFC'

red 135 ◦ green 15 ◦ blue 252

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

Shades of Electric Indigo #870FFC

Tints of Electric Indigo #870FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 62.69%

R = 33.58%
G = 3.73%
B = 62.69%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#870FFC (or 0x870FFC) is known color: Electric Indigo. HEX triplet: 87, 0F and FC. RGB value is (135,15,252). Sum of RGB (Red+Green+Blue) = 135+15+252=402 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.58% from 402); Green value is 15 (6.25% from 255 or 3.73% from 402); Blue value is 252 (98.83% from 255 or 62.69% from 402); Max value from RGB is 252 - color contains mainly: blue. Hex color #870FFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #870FFC is #78F003. Grayscale: #4D4D4D. Windows color (decimal): -7925764 or 16519047. OLE color: 16519047.

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

Color convert

RGB 135 15 252 -
CMYK 0.46 0.94 0 0.01
HSL 270.38º 0.98% 0.52% -
HSV(B) 270.38º 0.94% 0.99% -
XYZ 27.73 12.52 93.05 -
YUV 77.9 226.26 168.73 -
System Red Green Blue C M Y K H S L
Decimal 135 15 252 0.46 0.94 0 0.01 270.38 0.98 0.52
Hex 87 F FC 2E 5E 0 1 10E 62 34
Octal 207 17 374 56 136 0 1 416 142 64
Binary 10000111 1111 11111100 101110 1011110 0 1 100001110 1100010 110100

Color Harmonies of #870FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870FFC

Black with #870FFC

Text Example


Text Example

White with #870FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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