Html Css Color HEX #7103DB Electric Indigo

📋 copy color: '#7103DB'

red 113 ◦ green 3 ◦ blue 219

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

Shades of Electric Indigo #7103DB

Tints of Electric Indigo #7103DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 65.37%

R = 33.73%
G = 0.9%
B = 65.37%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7103DB (or 0x7103DB) is known color: Electric Indigo. HEX triplet: 71, 03 and DB. RGB value is (113,3,219). Sum of RGB (Red+Green+Blue) = 113+3+219=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 3 (1.56% from 255 or 0.90% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #7103DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7103DB is #8EFC24. Grayscale: #3B3B3B. Windows color (decimal): -9370661 or 14353265. OLE color: 14353265.

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

Color convert

RGB 113 3 219 -
CMYK 0.48 0.99 0 0.14
HSL 270.56º 0.97% 0.44% -
HSV(B) 270.56º 0.99% 0.86% -
XYZ 19.63 8.69 67.66 -
YUV 60.51 217.44 165.44 -
System Red Green Blue C M Y K H S L
Decimal 113 3 219 0.48 0.99 0 0.14 270.56 0.97 0.44
Hex 71 3 DB 30 63 0 E 10F 61 2C
Octal 161 3 333 60 143 0 16 417 141 54
Binary 1110001 11 11011011 110000 1100011 0 1110 100001111 1100001 101100

Color Harmonies of #7103DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7103DB

Black with #7103DB

Text Example


Text Example

White with #7103DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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