Html Css Color HEX #710DFA Electric Indigo

📋 copy color: '#710DFA'

red 113 ◦ green 13 ◦ blue 250

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

Shades of Electric Indigo #710DFA

Tints of Electric Indigo #710DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 66.49%

R = 30.05%
G = 3.46%
B = 66.49%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#710DFA (or 0x710DFA) is known color: Electric Indigo. HEX triplet: 71, 0D and FA. RGB value is (113,13,250). Sum of RGB (Red+Green+Blue) = 113+13+250=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 13 (5.47% from 255 or 3.46% from 376); Blue value is 250 (98.05% from 255 or 66.49% from 376); Max value from RGB is 250 - color contains mainly: blue. Hex color #710DFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710DFA is #8EF205. Grayscale: #454545. Windows color (decimal): -9368070 or 16387441. OLE color: 16387441.

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

Color convert

RGB 113 13 250 -
CMYK 0.55 0.95 0 0.02
HSL 265.32º 0.96% 0.52% -
HSV(B) 265.32º 0.95% 0.98% -
XYZ 24.21 10.7 91.23 -
YUV 69.92 229.63 158.73 -
System Red Green Blue C M Y K H S L
Decimal 113 13 250 0.55 0.95 0 0.02 265.32 0.96 0.52
Hex 71 D FA 37 5F 0 2 109 60 34
Octal 161 15 372 67 137 0 2 411 140 64
Binary 1110001 1101 11111010 110111 1011111 0 10 100001001 1100000 110100

Color Harmonies of #710DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710DFA

Black with #710DFA

Text Example


Text Example

White with #710DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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