Html Css Color HEX #870DFF Electric Indigo

📋 copy color: '#870DFF'

red 135 ◦ green 13 ◦ blue 255

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

Shades of Electric Indigo #870DFF

Tints of Electric Indigo #870DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 63.28%

R = 33.5%
G = 3.23%
B = 63.28%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#870DFF (or 0x870DFF) is known color: Electric Indigo. HEX triplet: 87, 0D and FF. RGB value is (135,13,255). Sum of RGB (Red+Green+Blue) = 135+13+255=403 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.50% from 403); Green value is 13 (5.47% from 255 or 3.23% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #870DFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #870DFF is #78F200. Grayscale: #4C4C4C. Windows color (decimal): -7926273 or 16715143. OLE color: 16715143.

HSL color Cylindrical-coordinate representation of color #870DFF: hue angle of 270.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870DFF is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 135 13 255 -
CMYK 0.47 0.95 0 0
HSL 270.25º 1% 0.53% -
HSV(B) 270.25º 0.95% 1% -
XYZ 28.19 12.66 95.57 -
YUV 77.07 228.42 169.32 -
System Red Green Blue C M Y K H S L
Decimal 135 13 255 0.47 0.95 0 0 270.25 1 0.53
Hex 87 D FF 2F 5F 0 0 10E 64 35
Octal 207 15 377 57 137 0 0 416 144 65
Binary 10000111 1101 11111111 101111 1011111 0 0 100001110 1100100 110101

Color Harmonies of #870DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870DFF

Black with #870DFF

Text Example


Text Example

White with #870DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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