#5702E0

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

Shades of Electric Indigo #5702E0

Tints of Electric Indigo #5702E0

Color information

#5702E0 (or 0x5702E0) is unknown color: approx Electric Indigo. HEX triplet: 57, 02 and E0. RGB value is (87,2,224). Sum of RGB (Red+Green+Blue) = 87+2+224=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 224 (87.89% from 255 or 71.57% from 313); Max value from RGB is 224 - color contains mainly: blue. Hex color #5702E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5702E0 is #A8FD1F. Grayscale: #333333. Windows color (decimal): -11074848 or 14680663. OLE color: 14680663.

HSL color Cylindrical-coordinate representation of color #5702E0: hue angle of 262.97º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5702E0 is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB872224-
CMYK0.610.9900.12
HSL262.97º98.23%44.31%-
HSV(B)262.97º99.11%87.84%-
XYZ17.417.4571.04-
YUV52.72224.66152.45-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.80%
GREEN value IS 2 (1.17% from 255) = 0.64%
BLUE value IS 224 (87.89% from 255) = 71.57%
R=27.80%
G=0.64%
B=71.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal8722240.610.9900.12262.9798.2344.31
Hex572E03D630C107622c
Octal12723407514301440714254
Binary101011110111000001111011100011011001000001111100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5702E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5702E0; }

 p { color: rgb(87,2,224); }

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

<style>
 a { background-color: #5702E0; }

 a { background-color: rgb(87,2,224); }

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

<style>
 span { border-color: #5702E0; }

 span { border-color: rgb(87,2,224); }

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