Html Css Color HEX #5700EF Electric Indigo

📋 copy color: '#5700EF'

red 87 ◦ green 0 ◦ blue 239

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

Shades of Electric Indigo #5700EF

Tints of Electric Indigo #5700EF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 239 (93.75% from 255) = 73.31%

R = 26.69%
G = 0%
B = 73.31%

CMYK

 C value IS 0.64

 M value IS 1

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5700EF (or 0x5700EF) is known color: Electric Indigo. HEX triplet: 57, 00 and EF. RGB value is (87,0,239). Sum of RGB (Red+Green+Blue) = 87+0+239=326 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.69% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 239 (93.75% from 255 or 73.31% from 326); Max value from RGB is 239 - color contains mainly: blue. Hex color #5700EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5700EF is #A8FF10. Grayscale: #343434. Windows color (decimal): -11075345 or 15663191. OLE color: 15663191.

HSL color Cylindrical-coordinate representation of color #5700EF: hue angle of 261.84º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5700EF is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 87 0 239 -
CMYK 0.64 1 0 0.06
HSL 261.84º 1% 0.47% -
HSV(B) 261.84º 1% 0.94% -
XYZ 19.51 8.26 82.23 -
YUV 53.26 232.82 152.07 -
System Red Green Blue C M Y K H S L
Decimal 87 0 239 0.64 1 0 0.06 261.84 1 0.47
Hex 57 0 EF 40 64 0 6 106 64 2F
Octal 127 0 357 100 144 0 6 406 144 57
Binary 1010111 0 11101111 1000000 1100100 0 110 100000110 1100100 101111

Color Harmonies of #5700EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5700EF

Black with #5700EF

Text Example


Text Example

White with #5700EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5700EF; }

 p { color: rgb(87,0,239); }

 H1.HeaderClassName
 {
   color: #5700EF;
 }
 .AnyTagClassName
 {
   color: #5700EF;
 }
</style>

background-color css

<style>
 a { background-color: #5700EF; }

 a { background-color: rgb(87,0,239); }

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

border-color css

<style>
 span { border-color: #5700EF; }

 span { border-color: rgb(87,0,239); }

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