Html Css Color HEX #5701E7 Electric Indigo

📋 copy color: '#5701E7'

red 87 ◦ green 1 ◦ blue 231

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

Shades of Electric Indigo #5701E7

Tints of Electric Indigo #5701E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 72.41%

R = 27.27%
G = 0.31%
B = 72.41%

CMYK

 C value IS 0.62

 M value IS 1.00

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5701E7 (or 0x5701E7) is known color: Electric Indigo. HEX triplet: 57, 01 and E7. RGB value is (87,1,231). Sum of RGB (Red+Green+Blue) = 87+1+231=319 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.27% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 231 (90.62% from 255 or 72.41% from 319); Max value from RGB is 231 - color contains mainly: blue. Hex color #5701E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5701E7 is #A8FE18. Grayscale: #343434. Windows color (decimal): -11075097 or 15139159. OLE color: 15139159.

HSL color Cylindrical-coordinate representation of color #5701E7: hue angle of 262.43º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5701E7 is Cyan = 0.62, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 87 1 231 -
CMYK 0.62 1.00 0 0.09
HSL 262.43º 0.99% 0.45% -
HSV(B) 262.43º 1% 0.91% -
XYZ 18.37 7.82 76.14 -
YUV 52.93 228.49 152.3 -
System Red Green Blue C M Y K H S L
Decimal 87 1 231 0.62 1.00 0 0.09 262.43 0.99 0.45
Hex 57 1 E7 3E 64 0 9 106 63 2D
Octal 127 1 347 76 144 0 11 406 143 55
Binary 1010111 1 11100111 111110 1100100 0 1001 100000110 1100011 101101

Color Harmonies of #5701E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5701E7

Black with #5701E7

Text Example


Text Example

White with #5701E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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