Html Css Color HEX #710BEB Electric Indigo

📋 copy color: '#710BEB'

red 113 ◦ green 11 ◦ blue 235

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

Shades of Electric Indigo #710BEB

Tints of Electric Indigo #710BEB

RGB

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

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

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

R = 31.48%
G = 3.06%
B = 65.46%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#710BEB (or 0x710BEB) is known color: Electric Indigo. HEX triplet: 71, 0B and EB. RGB value is (113,11,235). Sum of RGB (Red+Green+Blue) = 113+11+235=359 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.48% from 359); Green value is 11 (4.69% from 255 or 3.06% from 359); Blue value is 235 (92.19% from 255 or 65.46% from 359); Max value from RGB is 235 - color contains mainly: blue. Hex color #710BEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710BEB is #8EF414. Grayscale: #424242. Windows color (decimal): -9368597 or 15403889. OLE color: 15403889.

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

Color convert

RGB 113 11 235 -
CMYK 0.52 0.95 0 0.08
HSL 267.32º 0.91% 0.48% -
HSV(B) 267.32º 0.95% 0.92% -
XYZ 21.93 9.75 79.32 -
YUV 67.03 222.79 160.79 -
System Red Green Blue C M Y K H S L
Decimal 113 11 235 0.52 0.95 0 0.08 267.32 0.91 0.48
Hex 71 B EB 34 5F 0 8 10B 5B 30
Octal 161 13 353 64 137 0 10 413 133 60
Binary 1110001 1011 11101011 110100 1011111 0 1000 100001011 1011011 110000

Color Harmonies of #710BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710BEB

Black with #710BEB

Text Example


Text Example

White with #710BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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