Html Css Color HEX #5702FC Electric Indigo

📋 copy color: '#5702FC'

red 87 ◦ green 2 ◦ blue 252

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

Shades of Electric Indigo #5702FC

Tints of Electric Indigo #5702FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 73.9%

R = 25.51%
G = 0.59%
B = 73.9%

CMYK

 C value IS 0.65

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5702FC (or 0x5702FC) is known color: Electric Indigo. HEX triplet: 57, 02 and FC. RGB value is (87,2,252). Sum of RGB (Red+Green+Blue) = 87+2+252=341 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.51% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 252 (98.83% from 255 or 73.90% from 341); Max value from RGB is 252 - color contains mainly: blue. Hex color #5702FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5702FC is #A8FD03. Grayscale: #373737. Windows color (decimal): -11074820 or 16515671. OLE color: 16515671.

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

Color convert

RGB 87 2 252 -
CMYK 0.65 0.99 0 0.01
HSL 260.4º 0.98% 0.5% -
HSV(B) 260.4º 0.99% 0.99% -
XYZ 21.52 9.1 92.72 -
YUV 55.92 238.66 150.17 -
System Red Green Blue C M Y K H S L
Decimal 87 2 252 0.65 0.99 0 0.01 260.4 0.98 0.5
Hex 57 2 FC 41 63 0 1 104 62 32
Octal 127 2 374 101 143 0 1 404 142 62
Binary 1010111 10 11111100 1000001 1100011 0 1 100000100 1100010 110010

Color Harmonies of #5702FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5702FC

Black with #5702FC

Text Example


Text Example

White with #5702FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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