Html Css Color HEX #5705EF Electric Indigo

📋 copy color: '#5705EF'

red 87 ◦ green 5 ◦ blue 239

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

Shades of Electric Indigo #5705EF

Tints of Electric Indigo #5705EF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.51%

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

R = 26.28%
G = 1.51%
B = 72.21%

CMYK

 C value IS 0.64

 M value IS 0.98

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5705EF (or 0x5705EF) is known color: Electric Indigo. HEX triplet: 57, 05 and EF. RGB value is (87,5,239). Sum of RGB (Red+Green+Blue) = 87+5+239=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 239 (93.75% from 255 or 72.21% from 331); Max value from RGB is 239 - color contains mainly: blue. Hex color #5705EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5705EF is #A8FA10. Grayscale: #373737. Windows color (decimal): -11074065 or 15664471. OLE color: 15664471.

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

Color convert

RGB 87 5 239 -
CMYK 0.64 0.98 0 0.06
HSL 261.03º 0.96% 0.48% -
HSV(B) 261.03º 0.98% 0.94% -
XYZ 19.56 8.37 82.25 -
YUV 56.19 231.17 149.97 -
System Red Green Blue C M Y K H S L
Decimal 87 5 239 0.64 0.98 0 0.06 261.03 0.96 0.48
Hex 57 5 EF 40 62 0 6 105 60 30
Octal 127 5 357 100 142 0 6 405 140 60
Binary 1010111 101 11101111 1000000 1100010 0 110 100000101 1100000 110000

Color Harmonies of #5705EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5705EF

Black with #5705EF

Text Example


Text Example

White with #5705EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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