#7103DD

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

Shades of Electric Indigo #7103DD

Tints of Electric Indigo #7103DD

Color information

#7103DD (or 0x7103DD) is unknown color: approx Electric Indigo. HEX triplet: 71, 03 and DD. RGB value is (113,3,221). Sum of RGB (Red+Green+Blue) = 113+3+221=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 3 (1.56% from 255 or 0.89% from 337); Blue value is 221 (86.72% from 255 or 65.58% from 337); Max value from RGB is 221 - color contains mainly: blue. Hex color #7103DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7103DD is #8EFC22. Grayscale: #3B3B3B. Windows color (decimal): -9370659 or 14484337. OLE color: 14484337.

HSL color Cylindrical-coordinate representation of color #7103DD: hue angle of 270.28º 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 #7103DD is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1133221-
CMYK0.490.9900.13
HSL270.28º97.32%43.92%-
HSV(B)270.28º98.64%86.67%-
XYZ19.898.869.06-
YUV60.74218.44165.27-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.53%
GREEN value IS 3 (1.56% from 255) = 0.89%
BLUE value IS 221 (86.72% from 255) = 65.58%
R=33.53%
G=0.89%
B=65.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal11332210.490.9900.13270.2897.3243.92
Hex713DD31630D10e612c
Octal16133356114301541614154
Binary111000111110111011100011100011011011000011101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7103DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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