Html Css Color HEX #5703FF Electric Indigo

📋 copy color: '#5703FF'

red 87 ◦ green 3 ◦ blue 255

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

Shades of Electric Indigo #5703FF

Tints of Electric Indigo #5703FF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.87%

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

R = 25.22%
G = 0.87%
B = 73.91%

CMYK

 C value IS 0.66

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5703FF (or 0x5703FF) is known color: Electric Indigo. HEX triplet: 57, 03 and FF. RGB value is (87,3,255). Sum of RGB (Red+Green+Blue) = 87+3+255=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 255 (100% from 255 or 73.91% from 345); Max value from RGB is 255 - color contains mainly: blue. Hex color #5703FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5703FF is #A8FC00. Grayscale: #373737. Windows color (decimal): -11074561 or 16712535. OLE color: 16712535.

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

Color convert

RGB 87 3 255 -
CMYK 0.66 0.99 0 0
HSL 260º 1% 0.51% -
HSV(B) 260º 0.99% 1% -
XYZ 22.01 9.31 95.24 -
YUV 56.84 239.83 149.51 -
System Red Green Blue C M Y K H S L
Decimal 87 3 255 0.66 0.99 0 0 260 1 0.51
Hex 57 3 FF 42 63 0 0 104 64 33
Octal 127 3 377 102 143 0 0 404 144 63
Binary 1010111 11 11111111 1000010 1100011 0 0 100000100 1100100 110011

Color Harmonies of #5703FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5703FF

Black with #5703FF

Text Example


Text Example

White with #5703FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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