Html Css Color HEX #5700FA Electric Indigo

📋 copy color: '#5700FA'

red 87 ◦ green 0 ◦ blue 250

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

Shades of Electric Indigo #5700FA

Tints of Electric Indigo #5700FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 74.18%

R = 25.82%
G = 0%
B = 74.18%

CMYK

 C value IS 0.65

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5700FA (or 0x5700FA) is known color: Electric Indigo. HEX triplet: 57, 00 and FA. RGB value is (87,0,250). Sum of RGB (Red+Green+Blue) = 87+0+250=337 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.82% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 250 (98.05% from 255 or 74.18% from 337); Max value from RGB is 250 - color contains mainly: blue. Hex color #5700FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5700FA is #A8FF05. Grayscale: #353535. Windows color (decimal): -11075334 or 16384087. OLE color: 16384087.

HSL color Cylindrical-coordinate representation of color #5700FA: hue angle of 260.88º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5700FA is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 87 0 250 -
CMYK 0.65 1 0 0.02
HSL 260.88º 1% 0.49% -
HSV(B) 260.88º 1% 0.98% -
XYZ 21.19 8.93 91.05 -
YUV 54.51 238.32 151.17 -
System Red Green Blue C M Y K H S L
Decimal 87 0 250 0.65 1 0 0.02 260.88 1 0.49
Hex 57 0 FA 41 64 0 2 105 64 31
Octal 127 0 372 101 144 0 2 405 144 61
Binary 1010111 0 11111010 1000001 1100100 0 10 100000101 1100100 110001

Color Harmonies of #5700FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5700FA

Black with #5700FA

Text Example


Text Example

White with #5700FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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