Html Css Color HEX #5705ED Electric Indigo

📋 copy color: '#5705ED'

red 87 ◦ green 5 ◦ blue 237

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

Shades of Electric Indigo #5705ED

Tints of Electric Indigo #5705ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 72.04%

R = 26.44%
G = 1.52%
B = 72.04%

CMYK

 C value IS 0.63

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5705ED (or 0x5705ED) is known color: Electric Indigo. HEX triplet: 57, 05 and ED. RGB value is (87,5,237). Sum of RGB (Red+Green+Blue) = 87+5+237=329 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.44% from 329); Green value is 5 (2.34% from 255 or 1.52% from 329); Blue value is 237 (92.97% from 255 or 72.04% from 329); Max value from RGB is 237 - color contains mainly: blue. Hex color #5705ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5705ED is #A8FA12. Grayscale: #373737. Windows color (decimal): -11074067 or 15533399. OLE color: 15533399.

HSL color Cylindrical-coordinate representation of color #5705ED: hue angle of 261.21º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5705ED is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 87 5 237 -
CMYK 0.63 0.98 0 0.07
HSL 261.21º 0.96% 0.47% -
HSV(B) 261.21º 0.98% 0.93% -
XYZ 19.27 8.25 80.7 -
YUV 55.97 230.17 150.14 -
System Red Green Blue C M Y K H S L
Decimal 87 5 237 0.63 0.98 0 0.07 261.21 0.96 0.47
Hex 57 5 ED 3F 62 0 7 105 60 2F
Octal 127 5 355 77 142 0 7 405 140 57
Binary 1010111 101 11101101 111111 1100010 0 111 100000101 1100000 101111

Color Harmonies of #5705ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5705ED

Black with #5705ED

Text Example


Text Example

White with #5705ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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