Html Css Color HEX #5701FF Electric Indigo

📋 copy color: '#5701FF'

red 87 ◦ green 1 ◦ blue 255

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

Shades of Electric Indigo #5701FF

Tints of Electric Indigo #5701FF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 255 (100% from 255) = 74.34%

R = 25.36%
G = 0.29%
B = 74.34%

CMYK

 C value IS 0.66

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5701FF (or 0x5701FF) is known color: Electric Indigo. HEX triplet: 57, 01 and FF. RGB value is (87,1,255). Sum of RGB (Red+Green+Blue) = 87+1+255=343 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.36% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 255 (100% from 255 or 74.34% from 343); Max value from RGB is 255 - color contains mainly: blue. Hex color #5701FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5701FF is #A8FE00. Grayscale: #363636. Windows color (decimal): -11075073 or 16712023. OLE color: 16712023.

HSL color Cylindrical-coordinate representation of color #5701FF: hue angle of 260.31º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5701FF is Cyan = 0.66, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 87 1 255 -
CMYK 0.66 1.00 0 0
HSL 260.31º 1% 0.5% -
HSV(B) 260.31º 1% 1% -
XYZ 21.99 9.27 95.24 -
YUV 55.67 240.49 150.35 -
System Red Green Blue C M Y K H S L
Decimal 87 1 255 0.66 1.00 0 0 260.31 1 0.5
Hex 57 1 FF 42 64 0 0 104 64 32
Octal 127 1 377 102 144 0 0 404 144 62
Binary 1010111 1 11111111 1000010 1100100 0 0 100000100 1100100 110010

Color Harmonies of #5701FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5701FF

Black with #5701FF

Text Example


Text Example

White with #5701FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5701FF; }

 p { color: rgb(87,1,255); }

 H1.HeaderClassName
 {
   color: #5701FF;
 }
 .AnyTagClassName
 {
   color: #5701FF;
 }
</style>

background-color css

<style>
 a { background-color: #5701FF; }

 a { background-color: rgb(87,1,255); }

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

border-color css

<style>
 span { border-color: #5701FF; }

 span { border-color: rgb(87,1,255); }

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