Html Css Color HEX #710AFB Electric Indigo

📋 copy color: '#710AFB'

red 113 ◦ green 10 ◦ blue 251

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

Shades of Electric Indigo #710AFB

Tints of Electric Indigo #710AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 67.11%

R = 30.21%
G = 2.67%
B = 67.11%

CMYK

 C value IS 0.55

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#710AFB (or 0x710AFB) is known color: Electric Indigo. HEX triplet: 71, 0A and FB. RGB value is (113,10,251). Sum of RGB (Red+Green+Blue) = 113+10+251=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 10 (4.30% from 255 or 2.67% from 374); Blue value is 251 (98.44% from 255 or 67.11% from 374); Max value from RGB is 251 - color contains mainly: blue. Hex color #710AFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710AFB is #8EF504. Grayscale: #434343. Windows color (decimal): -9368837 or 16452209. OLE color: 16452209.

HSL color Cylindrical-coordinate representation of color #710AFB: hue angle of 265.64º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #710AFB is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 10 251 -
CMYK 0.55 0.96 0 0.02
HSL 265.64º 0.97% 0.51% -
HSV(B) 265.64º 0.96% 0.98% -
XYZ 24.33 10.69 92.05 -
YUV 68.27 231.12 159.9 -
System Red Green Blue C M Y K H S L
Decimal 113 10 251 0.55 0.96 0 0.02 265.64 0.97 0.51
Hex 71 A FB 37 60 0 2 10A 61 33
Octal 161 12 373 67 140 0 2 412 141 63
Binary 1110001 1010 11111011 110111 1100000 0 10 100001010 1100001 110011

Color Harmonies of #710AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710AFB

Black with #710AFB

Text Example


Text Example

White with #710AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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