Html Css Color HEX #5702DE Electric Indigo

📋 copy color: '#5702DE'

red 87 ◦ green 2 ◦ blue 222

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

Shades of Electric Indigo #5702DE

Tints of Electric Indigo #5702DE

RGB

 RED value IS 87 (34.38% from 255) = 27.97%

 GREEN value IS 2 (1.17% from 255) = 0.64%

 BLUE value IS 222 (87.11% from 255) = 71.38%

R = 27.97%
G = 0.64%
B = 71.38%

CMYK

 C value IS 0.61

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5702DE (or 0x5702DE) is known color: Electric Indigo. HEX triplet: 57, 02 and DE. RGB value is (87,2,222). Sum of RGB (Red+Green+Blue) = 87+2+222=311 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.97% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 222 (87.11% from 255 or 71.38% from 311); Max value from RGB is 222 - color contains mainly: blue. Hex color #5702DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5702DE is #A8FD21. Grayscale: #333333. Windows color (decimal): -11074850 or 14549591. OLE color: 14549591.

HSL color Cylindrical-coordinate representation of color #5702DE: hue angle of 263.18º degrees, saturation: 0.98, 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 #5702DE is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 87 2 222 -
CMYK 0.61 0.99 0 0.13
HSL 263.18º 0.98% 0.44% -
HSV(B) 263.18º 0.99% 0.87% -
XYZ 17.14 7.34 69.62 -
YUV 52.5 223.66 152.61 -
System Red Green Blue C M Y K H S L
Decimal 87 2 222 0.61 0.99 0 0.13 263.18 0.98 0.44
Hex 57 2 DE 3D 63 0 D 107 62 2C
Octal 127 2 336 75 143 0 15 407 142 54
Binary 1010111 10 11011110 111101 1100011 0 1101 100000111 1100010 101100

Color Harmonies of #5702DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5702DE

Black with #5702DE

Text Example


Text Example

White with #5702DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5702DE;
 }
 .AnyTagClassName
 {
   color: #5702DE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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