Html Css Color HEX #5800DF Electric Indigo

📋 copy color: '#5800DF'

red 88 ◦ green 0 ◦ blue 223

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

Shades of Electric Indigo #5800DF

Tints of Electric Indigo #5800DF

RGB

 RED value IS 88 (34.77% from 255) = 28.3%

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

 BLUE value IS 223 (87.5% from 255) = 71.7%

R = 28.3%
G = 0%
B = 71.7%

CMYK

 C value IS 0.61

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5800DF (or 0x5800DF) is known color: Electric Indigo. HEX triplet: 58, 00 and DF. RGB value is (88,0,223). Sum of RGB (Red+Green+Blue) = 88+0+223=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 223 (87.5% from 255 or 71.70% from 311); Max value from RGB is 223 - color contains mainly: blue. Hex color #5800DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5800DF is #A7FF20. Grayscale: #323232. Windows color (decimal): -11009825 or 14614616. OLE color: 14614616.

HSL color Cylindrical-coordinate representation of color #5800DF: hue angle of 263.68º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5800DF is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 0 223 -
CMYK 0.61 1 0 0.13
HSL 263.68º 1% 0.44% -
HSV(B) 263.68º 1% 0.87% -
XYZ 17.34 7.4 70.33 -
YUV 51.73 224.65 153.87 -
System Red Green Blue C M Y K H S L
Decimal 88 0 223 0.61 1 0 0.13 263.68 1 0.44
Hex 58 0 DF 3D 64 0 D 108 64 2C
Octal 130 0 337 75 144 0 15 410 144 54
Binary 1011000 0 11011111 111101 1100100 0 1101 100001000 1100100 101100

Color Harmonies of #5800DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5800DF

Black with #5800DF

Text Example


Text Example

White with #5800DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5800DF; }

 p { color: rgb(88,0,223); }

 H1.HeaderClassName
 {
   color: #5800DF;
 }
 .AnyTagClassName
 {
   color: #5800DF;
 }
</style>

background-color css

<style>
 a { background-color: #5800DF; }

 a { background-color: rgb(88,0,223); }

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

border-color css

<style>
 span { border-color: #5800DF; }

 span { border-color: rgb(88,0,223); }

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