Html Css Color HEX #710CFA Electric Indigo

📋 copy color: '#710CFA'

red 113 ◦ green 12 ◦ blue 250

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

Shades of Electric Indigo #710CFA

Tints of Electric Indigo #710CFA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.2%

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

R = 30.13%
G = 3.2%
B = 66.67%

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

#710CFA (or 0x710CFA) is known color: Electric Indigo. HEX triplet: 71, 0C and FA. RGB value is (113,12,250). Sum of RGB (Red+Green+Blue) = 113+12+250=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 12 (5.08% from 255 or 3.2% from 375); Blue value is 250 (98.05% from 255 or 66.67% from 375); Max value from RGB is 250 - color contains mainly: blue. Hex color #710CFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710CFA is #8EF305. Grayscale: #444444. Windows color (decimal): -9368326 or 16387185. OLE color: 16387185.

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

Color convert

RGB 113 12 250 -
CMYK 0.55 0.95 0 0.02
HSL 265.46º 0.96% 0.51% -
HSV(B) 265.46º 0.95% 0.98% -
XYZ 24.2 10.68 91.23 -
YUV 69.33 229.96 159.15 -
System Red Green Blue C M Y K H S L
Decimal 113 12 250 0.55 0.95 0 0.02 265.46 0.96 0.51
Hex 71 C FA 37 5F 0 2 109 60 33
Octal 161 14 372 67 137 0 2 411 140 63
Binary 1110001 1100 11111010 110111 1011111 0 10 100001001 1100000 110011

Color Harmonies of #710CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710CFA

Black with #710CFA

Text Example


Text Example

White with #710CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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