#7100DD

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

Shades of Electric Indigo #7100DD

Tints of Electric Indigo #7100DD

Color information

#7100DD (or 0x7100DD) is unknown color: approx Electric Indigo. HEX triplet: 71, 00 and DD. RGB value is (113,0,221). Sum of RGB (Red+Green+Blue) = 113+0+221=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 221 (86.72% from 255 or 66.17% from 334); Max value from RGB is 221 - color contains mainly: blue. Hex color #7100DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7100DD is #8EFF22. Grayscale: #3A3A3A. Windows color (decimal): -9371427 or 14483569. OLE color: 14483569.

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

Color convert

RGB1130221-
CMYK0.49100.13
HSL270.68º100%43.33%-
HSV(B)270.68º100%86.67%-
XYZ19.868.7369.05-
YUV58.98219.44166.53-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.83%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 221 (86.72% from 255) = 66.17%
R=33.83%
G=0%
B=66.17%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal11302210.49100.13270.6810043.33
Hex710DD31640D10f642b
Octal16103356114401541714453
Binary11100010110111011100011100100011011000011111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7100DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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