Html Css Color HEX #5702FD Electric Indigo

📋 copy color: '#5702FD'

red 87 ◦ green 2 ◦ blue 253

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

Shades of Electric Indigo #5702FD

Tints of Electric Indigo #5702FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 73.98%

R = 25.44%
G = 0.58%
B = 73.98%

CMYK

 C value IS 0.66

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5702FD (or 0x5702FD) is known color: Electric Indigo. HEX triplet: 57, 02 and FD. RGB value is (87,2,253). Sum of RGB (Red+Green+Blue) = 87+2+253=342 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.44% from 342); Green value is 2 (1.17% from 255 or 0.58% from 342); Blue value is 253 (99.22% from 255 or 73.98% from 342); Max value from RGB is 253 - color contains mainly: blue. Hex color #5702FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5702FD is #A8FD02. Grayscale: #373737. Windows color (decimal): -11074819 or 16581207. OLE color: 16581207.

HSL color Cylindrical-coordinate representation of color #5702FD: hue angle of 260.32º 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 #5702FD is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 87 2 253 -
CMYK 0.66 0.99 0 0.01
HSL 260.32º 0.98% 0.5% -
HSV(B) 260.32º 0.99% 0.99% -
XYZ 21.68 9.16 93.55 -
YUV 56.03 239.16 150.09 -
System Red Green Blue C M Y K H S L
Decimal 87 2 253 0.66 0.99 0 0.01 260.32 0.98 0.5
Hex 57 2 FD 42 63 0 1 104 62 32
Octal 127 2 375 102 143 0 1 404 142 62
Binary 1010111 10 11111101 1000010 1100011 0 1 100000100 1100010 110010

Color Harmonies of #5702FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5702FD

Black with #5702FD

Text Example


Text Example

White with #5702FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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