Html Css Color HEX #7103F1 Electric Indigo

📋 copy color: '#7103F1'

red 113 ◦ green 3 ◦ blue 241

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

Shades of Electric Indigo #7103F1

Tints of Electric Indigo #7103F1

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.84%

 BLUE value IS 241 (94.53% from 255) = 67.51%

R = 31.65%
G = 0.84%
B = 67.51%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7103F1 (or 0x7103F1) is known color: Electric Indigo. HEX triplet: 71, 03 and F1. RGB value is (113,3,241). Sum of RGB (Red+Green+Blue) = 113+3+241=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 3 (1.56% from 255 or 0.84% from 357); Blue value is 241 (94.53% from 255 or 67.51% from 357); Max value from RGB is 241 - color contains mainly: blue. Hex color #7103F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7103F1 is #8EFC0E. Grayscale: #3E3E3E. Windows color (decimal): -9370639 or 15795057. OLE color: 15795057.

HSL color Cylindrical-coordinate representation of color #7103F1: hue angle of 267.73º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7103F1 is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 113 3 241 -
CMYK 0.53 0.99 0 0.05
HSL 267.73º 0.98% 0.48% -
HSV(B) 267.73º 0.99% 0.95% -
XYZ 22.72 9.93 83.94 -
YUV 63.02 228.44 163.65 -
System Red Green Blue C M Y K H S L
Decimal 113 3 241 0.53 0.99 0 0.05 267.73 0.98 0.48
Hex 71 3 F1 35 63 0 5 10C 62 30
Octal 161 3 361 65 143 0 5 414 142 60
Binary 1110001 11 11110001 110101 1100011 0 101 100001100 1100010 110000

Color Harmonies of #7103F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7103F1

Black with #7103F1

Text Example


Text Example

White with #7103F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7103F1; }

 p { color: rgb(113,3,241); }

 H1.HeaderClassName
 {
   color: #7103F1;
 }
 .AnyTagClassName
 {
   color: #7103F1;
 }
</style>

background-color css

<style>
 a { background-color: #7103F1; }

 a { background-color: rgb(113,3,241); }

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

border-color css

<style>
 span { border-color: #7103F1; }

 span { border-color: rgb(113,3,241); }

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