Html Css Color HEX #7103DE Electric Indigo

📋 copy color: '#7103DE'

red 113 ◦ green 3 ◦ blue 222

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

Shades of Electric Indigo #7103DE

Tints of Electric Indigo #7103DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 65.68%

R = 33.43%
G = 0.89%
B = 65.68%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7103DE (or 0x7103DE) is known color: Electric Indigo. HEX triplet: 71, 03 and DE. RGB value is (113,3,222). Sum of RGB (Red+Green+Blue) = 113+3+222=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 3 (1.56% from 255 or 0.89% from 338); Blue value is 222 (87.11% from 255 or 65.68% from 338); Max value from RGB is 222 - color contains mainly: blue. Hex color #7103DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7103DE is #8EFC21. Grayscale: #3C3C3C. Windows color (decimal): -9370658 or 14549873. OLE color: 14549873.

HSL color Cylindrical-coordinate representation of color #7103DE: hue angle of 270.14º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7103DE is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 3 222 -
CMYK 0.49 0.99 0 0.13
HSL 270.14º 0.97% 0.44% -
HSV(B) 270.14º 0.99% 0.87% -
XYZ 20.03 8.85 69.76 -
YUV 60.86 218.94 165.19 -
System Red Green Blue C M Y K H S L
Decimal 113 3 222 0.49 0.99 0 0.13 270.14 0.97 0.44
Hex 71 3 DE 31 63 0 D 10E 61 2C
Octal 161 3 336 61 143 0 15 416 141 54
Binary 1110001 11 11011110 110001 1100011 0 1101 100001110 1100001 101100

Color Harmonies of #7103DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7103DE

Black with #7103DE

Text Example


Text Example

White with #7103DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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