Html Css Color HEX #5700D0 Electric Indigo

📋 copy color: '#5700D0'

red 87 ◦ green 0 ◦ blue 208

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

Shades of Electric Indigo #5700D0

Tints of Electric Indigo #5700D0

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 208 (81.64% from 255) = 70.51%

R = 29.49%
G = 0%
B = 70.51%

CMYK

 C value IS 0.58

 M value IS 1

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5700D0 (or 0x5700D0) is known color: Electric Indigo. HEX triplet: 57, 00 and D0. RGB value is (87,0,208). Sum of RGB (Red+Green+Blue) = 87+0+208=295 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.49% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 208 (81.64% from 255 or 70.51% from 295); Max value from RGB is 208 - color contains mainly: blue. Hex color #5700D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5700D0 is #A8FF2F. Grayscale: #303030. Windows color (decimal): -11075376 or 13631575. OLE color: 13631575.

HSL color Cylindrical-coordinate representation of color #5700D0: hue angle of 265.1º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5700D0 is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 87 0 208 -
CMYK 0.58 1 0 0.18
HSL 265.1º 1% 0.41% -
HSV(B) 265.1º 1% 0.82% -
XYZ 15.32 6.58 60.14 -
YUV 49.73 217.32 154.59 -
System Red Green Blue C M Y K H S L
Decimal 87 0 208 0.58 1 0 0.18 265.1 1 0.41
Hex 57 0 D0 3A 64 0 12 109 64 29
Octal 127 0 320 72 144 0 22 411 144 51
Binary 1010111 0 11010000 111010 1100100 0 10010 100001001 1100100 101001

Color Harmonies of #5700D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5700D0

Black with #5700D0

Text Example


Text Example

White with #5700D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5700D0; }

 p { color: rgb(87,0,208); }

 H1.HeaderClassName
 {
   color: #5700D0;
 }
 .AnyTagClassName
 {
   color: #5700D0;
 }
</style>

background-color css

<style>
 a { background-color: #5700D0; }

 a { background-color: rgb(87,0,208); }

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

border-color css

<style>
 span { border-color: #5700D0; }

 span { border-color: rgb(87,0,208); }

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