Html Css Color HEX #710BDB Electric Indigo

📋 copy color: '#710BDB'

red 113 ◦ green 11 ◦ blue 219

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

Shades of Electric Indigo #710BDB

Tints of Electric Indigo #710BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 63.85%

R = 32.94%
G = 3.21%
B = 63.85%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#710BDB (or 0x710BDB) is known color: Electric Indigo. HEX triplet: 71, 0B and DB. RGB value is (113,11,219). Sum of RGB (Red+Green+Blue) = 113+11+219=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 11 (4.69% from 255 or 3.21% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #710BDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710BDB is #8EF424. Grayscale: #404040. Windows color (decimal): -9368613 or 14355313. OLE color: 14355313.

HSL color Cylindrical-coordinate representation of color #710BDB: hue angle of 269.42º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710BDB is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 11 219 -
CMYK 0.48 0.95 0 0.14
HSL 269.42º 0.9% 0.45% -
HSV(B) 269.42º 0.95% 0.86% -
XYZ 19.72 8.86 67.69 -
YUV 65.21 214.79 162.09 -
System Red Green Blue C M Y K H S L
Decimal 113 11 219 0.48 0.95 0 0.14 269.42 0.9 0.45
Hex 71 B DB 30 5F 0 E 10D 5A 2D
Octal 161 13 333 60 137 0 16 415 132 55
Binary 1110001 1011 11011011 110000 1011111 0 1110 100001101 1011010 101101

Color Harmonies of #710BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710BDB

Black with #710BDB

Text Example


Text Example

White with #710BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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