Html Css Color HEX #710BDD Electric Indigo

📋 copy color: '#710BDD'

red 113 ◦ green 11 ◦ blue 221

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

Shades of Electric Indigo #710BDD

Tints of Electric Indigo #710BDD

RGB

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

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

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

R = 32.75%
G = 3.19%
B = 64.06%

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

#710BDD (or 0x710BDD) is known color: Electric Indigo. HEX triplet: 71, 0B and DD. RGB value is (113,11,221). Sum of RGB (Red+Green+Blue) = 113+11+221=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #710BDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710BDD is #8EF422. Grayscale: #404040. Windows color (decimal): -9368611 or 14486385. OLE color: 14486385.

HSL color Cylindrical-coordinate representation of color #710BDD: hue angle of 269.14º 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 #710BDD is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 11 221 -
CMYK 0.49 0.95 0 0.13
HSL 269.14º 0.91% 0.45% -
HSV(B) 269.14º 0.95% 0.87% -
XYZ 19.98 8.97 69.08 -
YUV 65.44 215.79 161.92 -
System Red Green Blue C M Y K H S L
Decimal 113 11 221 0.49 0.95 0 0.13 269.14 0.91 0.45
Hex 71 B DD 31 5F 0 D 10D 5B 2D
Octal 161 13 335 61 137 0 15 415 133 55
Binary 1110001 1011 11011101 110001 1011111 0 1101 100001101 1011011 101101

Color Harmonies of #710BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710BDD

Black with #710BDD

Text Example


Text Example

White with #710BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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