Html Css Color HEX #7103FC Electric Indigo

📋 copy color: '#7103FC'

red 113 ◦ green 3 ◦ blue 252

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

Shades of Electric Indigo #7103FC

Tints of Electric Indigo #7103FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 68.48%

R = 30.71%
G = 0.82%
B = 68.48%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7103FC (or 0x7103FC) is known color: Electric Indigo. HEX triplet: 71, 03 and FC. RGB value is (113,3,252). Sum of RGB (Red+Green+Blue) = 113+3+252=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 3 (1.56% from 255 or 0.82% from 368); Blue value is 252 (98.83% from 255 or 68.48% from 368); Max value from RGB is 252 - color contains mainly: blue. Hex color #7103FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7103FC is #8EFC03. Grayscale: #3F3F3F. Windows color (decimal): -9370628 or 16515953. OLE color: 16515953.

HSL color Cylindrical-coordinate representation of color #7103FC: hue angle of 266.51º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7103FC is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 113 3 252 -
CMYK 0.55 0.99 0 0.01
HSL 266.51º 0.98% 0.5% -
HSV(B) 266.51º 0.99% 0.99% -
XYZ 24.41 10.6 92.86 -
YUV 64.28 233.94 162.75 -
System Red Green Blue C M Y K H S L
Decimal 113 3 252 0.55 0.99 0 0.01 266.51 0.98 0.5
Hex 71 3 FC 37 63 0 1 10B 62 32
Octal 161 3 374 67 143 0 1 413 142 62
Binary 1110001 11 11111100 110111 1100011 0 1 100001011 1100010 110010

Color Harmonies of #7103FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7103FC

Black with #7103FC

Text Example


Text Example

White with #7103FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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