Html Css Color HEX #870CFC Electric Indigo

📋 copy color: '#870CFC'

red 135 ◦ green 12 ◦ blue 252

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

Shades of Electric Indigo #870CFC

Tints of Electric Indigo #870CFC

RGB

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

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

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

R = 33.83%
G = 3.01%
B = 63.16%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#870CFC (or 0x870CFC) is known color: Electric Indigo. HEX triplet: 87, 0C and FC. RGB value is (135,12,252). Sum of RGB (Red+Green+Blue) = 135+12+252=399 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.83% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 252 (98.83% from 255 or 63.16% from 399); Max value from RGB is 252 - color contains mainly: blue. Hex color #870CFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #870CFC is #78F303. Grayscale: #4B4B4B. Windows color (decimal): -7926532 or 16518279. OLE color: 16518279.

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

Color convert

RGB 135 12 252 -
CMYK 0.46 0.95 0 0.01
HSL 270.75º 0.98% 0.52% -
HSV(B) 270.75º 0.95% 0.99% -
XYZ 27.69 12.44 93.04 -
YUV 76.14 227.25 169.99 -
System Red Green Blue C M Y K H S L
Decimal 135 12 252 0.46 0.95 0 0.01 270.75 0.98 0.52
Hex 87 C FC 2E 5F 0 1 10F 62 34
Octal 207 14 374 56 137 0 1 417 142 64
Binary 10000111 1100 11111100 101110 1011111 0 1 100001111 1100010 110100

Color Harmonies of #870CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870CFC

Black with #870CFC

Text Example


Text Example

White with #870CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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