Html Css Color HEX #710DEB Electric Indigo

📋 copy color: '#710DEB'

red 113 ◦ green 13 ◦ blue 235

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

Shades of Electric Indigo #710DEB

Tints of Electric Indigo #710DEB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.6%

 BLUE value IS 235 (92.19% from 255) = 65.1%

R = 31.3%
G = 3.6%
B = 65.1%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#710DEB (or 0x710DEB) is known color: Electric Indigo. HEX triplet: 71, 0D and EB. RGB value is (113,13,235). Sum of RGB (Red+Green+Blue) = 113+13+235=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 13 (5.47% from 255 or 3.60% from 361); Blue value is 235 (92.19% from 255 or 65.10% from 361); Max value from RGB is 235 - color contains mainly: blue. Hex color #710DEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710DEB is #8EF214. Grayscale: #434343. Windows color (decimal): -9368085 or 15404401. OLE color: 15404401.

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

Color convert

RGB 113 13 235 -
CMYK 0.52 0.94 0 0.08
HSL 267.03º 0.9% 0.49% -
HSV(B) 267.03º 0.94% 0.92% -
XYZ 21.95 9.8 79.33 -
YUV 68.21 222.13 159.95 -
System Red Green Blue C M Y K H S L
Decimal 113 13 235 0.52 0.94 0 0.08 267.03 0.9 0.49
Hex 71 D EB 34 5E 0 8 10B 5A 31
Octal 161 15 353 64 136 0 10 413 132 61
Binary 1110001 1101 11101011 110100 1011110 0 1000 100001011 1011010 110001

Color Harmonies of #710DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710DEB

Black with #710DEB

Text Example


Text Example

White with #710DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,13,235); }

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

background-color css

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

 a { background-color: rgb(113,13,235); }

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

border-color css

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

 span { border-color: rgb(113,13,235); }

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