Html Css Color HEX #710AEF Electric Indigo

📋 copy color: '#710AEF'

red 113 ◦ green 10 ◦ blue 239

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

Shades of Electric Indigo #710AEF

Tints of Electric Indigo #710AEF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.76%

 BLUE value IS 239 (93.75% from 255) = 66.02%

R = 31.22%
G = 2.76%
B = 66.02%

CMYK

 C value IS 0.53

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#710AEF (or 0x710AEF) is known color: Electric Indigo. HEX triplet: 71, 0A and EF. RGB value is (113,10,239). Sum of RGB (Red+Green+Blue) = 113+10+239=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 10 (4.30% from 255 or 2.76% from 362); Blue value is 239 (93.75% from 255 or 66.02% from 362); Max value from RGB is 239 - color contains mainly: blue. Hex color #710AEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710AEF is #8EF510. Grayscale: #424242. Windows color (decimal): -9368849 or 15665777. OLE color: 15665777.

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

Color convert

RGB 113 10 239 -
CMYK 0.53 0.96 0 0.06
HSL 266.99º 0.92% 0.49% -
HSV(B) 266.99º 0.96% 0.94% -
XYZ 22.5 9.96 82.4 -
YUV 66.9 225.12 160.88 -
System Red Green Blue C M Y K H S L
Decimal 113 10 239 0.53 0.96 0 0.06 266.99 0.92 0.49
Hex 71 A EF 35 60 0 6 10B 5C 31
Octal 161 12 357 65 140 0 6 413 134 61
Binary 1110001 1010 11101111 110101 1100000 0 110 100001011 1011100 110001

Color Harmonies of #710AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710AEF

Black with #710AEF

Text Example


Text Example

White with #710AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,10,239); }

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

background-color css

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

 a { background-color: rgb(113,10,239); }

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

border-color css

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

 span { border-color: rgb(113,10,239); }

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