Html Css Color HEX #5702FA Electric Indigo

📋 copy color: '#5702FA'

red 87 ◦ green 2 ◦ blue 250

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

Shades of Electric Indigo #5702FA

Tints of Electric Indigo #5702FA

RGB

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

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

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

R = 25.66%
G = 0.59%
B = 73.75%

CMYK

 C value IS 0.65

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5702FA (or 0x5702FA) is known color: Electric Indigo. HEX triplet: 57, 02 and FA. RGB value is (87,2,250). Sum of RGB (Red+Green+Blue) = 87+2+250=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 250 (98.05% from 255 or 73.75% from 339); Max value from RGB is 250 - color contains mainly: blue. Hex color #5702FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5702FA is #A8FD05. Grayscale: #363636. Windows color (decimal): -11074822 or 16384599. OLE color: 16384599.

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

Color convert

RGB 87 2 250 -
CMYK 0.65 0.99 0 0.02
HSL 260.56º 0.98% 0.49% -
HSV(B) 260.56º 0.99% 0.98% -
XYZ 21.21 8.97 91.06 -
YUV 55.69 237.66 150.33 -
System Red Green Blue C M Y K H S L
Decimal 87 2 250 0.65 0.99 0 0.02 260.56 0.98 0.49
Hex 57 2 FA 41 63 0 2 105 62 31
Octal 127 2 372 101 143 0 2 405 142 61
Binary 1010111 10 11111010 1000001 1100011 0 10 100000101 1100010 110001

Color Harmonies of #5702FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5702FA

Black with #5702FA

Text Example


Text Example

White with #5702FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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