#7104DD

Color #7104DD Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #7104DD

Tints of Electric Indigo #7104DD

Color information

#7104DD (or 0x7104DD) is unknown color: approx Electric Indigo. HEX triplet: 71, 04 and DD. RGB value is (113,4,221). Sum of RGB (Red+Green+Blue) = 113+4+221=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 4 (1.95% from 255 or 1.18% from 338); Blue value is 221 (86.72% from 255 or 65.38% from 338); Max value from RGB is 221 - color contains mainly: blue. Hex color #7104DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7104DD is #8EFB22. Grayscale: #3C3C3C. Windows color (decimal): -9370403 or 14484593. OLE color: 14484593.

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

Color convert

RGB1134221-
CMYK0.490.9800.13
HSL270.14º96.44%44.12%-
HSV(B)270.14º98.19%86.67%-
XYZ19.98.8269.06-
YUV61.33218.11164.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.43%
GREEN value IS 4 (1.95% from 255) = 1.18%
BLUE value IS 221 (86.72% from 255) = 65.38%
R=33.43%
G=1.18%
B=65.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal11342210.490.9800.13270.1496.4444.12
Hex714DD31620D10e602c
Octal16143356114201541614054
Binary1110001100110111011100011100010011011000011101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7104DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7104DD; }

 p { color: rgb(113,4,221); }

 H1.HeaderClassName
 {
   color: #7104DD;
 }
 .AnyTagClassName
 {
   color: #7104DD;
 }
</style>
background-color css

<style>
 a { background-color: #7104DD; }

 a { background-color: rgb(113,4,221); }

 div.DivClassName
 {
   background-color: #7104DD;
 }
 .BgClassName
 {
   background-color: #7104DD;
 }
</style>
border-color css

<style>
 span { border-color: #7104DD; }

 span { border-color: rgb(113,4,221); }

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