Html Css Color HEX #5800DE Electric Indigo

📋 copy color: '#5800DE'

red 88 ◦ green 0 ◦ blue 222

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

Shades of Electric Indigo #5800DE

Tints of Electric Indigo #5800DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 71.61%

R = 28.39%
G = 0%
B = 71.61%

CMYK

 C value IS 0.60

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5800DE (or 0x5800DE) is known color: Electric Indigo. HEX triplet: 58, 00 and DE. RGB value is (88,0,222). Sum of RGB (Red+Green+Blue) = 88+0+222=310 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.39% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 222 (87.11% from 255 or 71.61% from 310); Max value from RGB is 222 - color contains mainly: blue. Hex color #5800DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5800DE is #A7FF21. Grayscale: #323232. Windows color (decimal): -11009826 or 14549080. OLE color: 14549080.

HSL color Cylindrical-coordinate representation of color #5800DE: hue angle of 263.78º 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 #5800DE is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 0 222 -
CMYK 0.60 1 0 0.13
HSL 263.78º 1% 0.44% -
HSV(B) 263.78º 1% 0.87% -
XYZ 17.21 7.35 69.62 -
YUV 51.62 224.15 153.95 -
System Red Green Blue C M Y K H S L
Decimal 88 0 222 0.60 1 0 0.13 263.78 1 0.44
Hex 58 0 DE 3C 64 0 D 108 64 2C
Octal 130 0 336 74 144 0 15 410 144 54
Binary 1011000 0 11011110 111100 1100100 0 1101 100001000 1100100 101100

Color Harmonies of #5800DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5800DE

Black with #5800DE

Text Example


Text Example

White with #5800DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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