Html Css Color HEX #5804FF Electric Indigo

📋 copy color: '#5804FF'

red 88 ◦ green 4 ◦ blue 255

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

Shades of Electric Indigo #5804FF

Tints of Electric Indigo #5804FF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.15%

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

R = 25.36%
G = 1.15%
B = 73.49%

CMYK

 C value IS 0.65

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5804FF (or 0x5804FF) is known color: Electric Indigo. HEX triplet: 58, 04 and FF. RGB value is (88,4,255). Sum of RGB (Red+Green+Blue) = 88+4+255=347 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.36% from 347); Green value is 4 (1.95% from 255 or 1.15% from 347); Blue value is 255 (100% from 255 or 73.49% from 347); Max value from RGB is 255 - color contains mainly: blue. Hex color #5804FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5804FF is #A7FB00. Grayscale: #383838. Windows color (decimal): -11008769 or 16712792. OLE color: 16712792.

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

Color convert

RGB 88 4 255 -
CMYK 0.65 0.98 0 0
HSL 260.08º 1% 0.51% -
HSV(B) 260.08º 0.98% 1% -
XYZ 22.12 9.38 95.25 -
YUV 57.73 239.33 149.59 -
System Red Green Blue C M Y K H S L
Decimal 88 4 255 0.65 0.98 0 0 260.08 1 0.51
Hex 58 4 FF 41 62 0 0 104 64 33
Octal 130 4 377 101 142 0 0 404 144 63
Binary 1011000 100 11111111 1000001 1100010 0 0 100000100 1100100 110011

Color Harmonies of #5804FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5804FF

Black with #5804FF

Text Example


Text Example

White with #5804FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,4,255); }

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

background-color css

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

 a { background-color: rgb(88,4,255); }

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

border-color css

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

 span { border-color: rgb(88,4,255); }

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