Html Css Color HEX #710BF0 Electric Indigo

📋 copy color: '#710BF0'

red 113 ◦ green 11 ◦ blue 240

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

Shades of Electric Indigo #710BF0

Tints of Electric Indigo #710BF0

RGB

 RED value IS 113 (44.53% from 255) = 31.04%

 GREEN value IS 11 (4.69% from 255) = 3.02%

 BLUE value IS 240 (94.14% from 255) = 65.93%

R = 31.04%
G = 3.02%
B = 65.93%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#710BF0 (or 0x710BF0) is known color: Electric Indigo. HEX triplet: 71, 0B and F0. RGB value is (113,11,240). Sum of RGB (Red+Green+Blue) = 113+11+240=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 11 (4.69% from 255 or 3.02% from 364); Blue value is 240 (94.14% from 255 or 65.93% from 364); Max value from RGB is 240 - color contains mainly: blue. Hex color #710BF0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710BF0 is #8EF40F. Grayscale: #424242. Windows color (decimal): -9368592 or 15731569. OLE color: 15731569.

HSL color Cylindrical-coordinate representation of color #710BF0: hue angle of 266.72º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710BF0 is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 113 11 240 -
CMYK 0.53 0.95 0 0.06
HSL 266.72º 0.91% 0.49% -
HSV(B) 266.72º 0.95% 0.94% -
XYZ 22.66 10.04 83.18 -
YUV 67.6 225.29 160.38 -
System Red Green Blue C M Y K H S L
Decimal 113 11 240 0.53 0.95 0 0.06 266.72 0.91 0.49
Hex 71 B F0 35 5F 0 6 10B 5B 31
Octal 161 13 360 65 137 0 6 413 133 61
Binary 1110001 1011 11110000 110101 1011111 0 110 100001011 1011011 110001

Color Harmonies of #710BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710BF0

Black with #710BF0

Text Example


Text Example

White with #710BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710BF0; }

 p { color: rgb(113,11,240); }

 H1.HeaderClassName
 {
   color: #710BF0;
 }
 .AnyTagClassName
 {
   color: #710BF0;
 }
</style>

background-color css

<style>
 a { background-color: #710BF0; }

 a { background-color: rgb(113,11,240); }

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

border-color css

<style>
 span { border-color: #710BF0; }

 span { border-color: rgb(113,11,240); }

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