Html Css Color HEX #710ADD Electric Indigo

📋 copy color: '#710ADD'

red 113 ◦ green 10 ◦ blue 221

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

Shades of Electric Indigo #710ADD

Tints of Electric Indigo #710ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 64.24%

R = 32.85%
G = 2.91%
B = 64.24%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#710ADD (or 0x710ADD) is known color: Electric Indigo. HEX triplet: 71, 0A and DD. RGB value is (113,10,221). Sum of RGB (Red+Green+Blue) = 113+10+221=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 10 (4.30% from 255 or 2.91% from 344); Blue value is 221 (86.72% from 255 or 64.24% from 344); Max value from RGB is 221 - color contains mainly: blue. Hex color #710ADD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710ADD is #8EF522. Grayscale: #404040. Windows color (decimal): -9368867 or 14486129. OLE color: 14486129.

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

Color convert

RGB 113 10 221 -
CMYK 0.49 0.95 0 0.13
HSL 269.29º 0.91% 0.45% -
HSV(B) 269.29º 0.95% 0.87% -
XYZ 19.97 8.95 69.08 -
YUV 64.85 216.12 162.34 -
System Red Green Blue C M Y K H S L
Decimal 113 10 221 0.49 0.95 0 0.13 269.29 0.91 0.45
Hex 71 A DD 31 5F 0 D 10D 5B 2D
Octal 161 12 335 61 137 0 15 415 133 55
Binary 1110001 1010 11011101 110001 1011111 0 1101 100001101 1011011 101101

Color Harmonies of #710ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710ADD

Black with #710ADD

Text Example


Text Example

White with #710ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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