Html Css Color HEX #5804DD Electric Indigo

📋 copy color: '#5804DD'

red 88 ◦ green 4 ◦ blue 221

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

Shades of Electric Indigo #5804DD

Tints of Electric Indigo #5804DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 70.61%

R = 28.12%
G = 1.28%
B = 70.61%

CMYK

 C value IS 0.60

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5804DD (or 0x5804DD) is known color: Electric Indigo. HEX triplet: 58, 04 and DD. RGB value is (88,4,221). Sum of RGB (Red+Green+Blue) = 88+4+221=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 4 (1.95% from 255 or 1.28% from 313); Blue value is 221 (86.72% from 255 or 70.61% from 313); Max value from RGB is 221 - color contains mainly: blue. Hex color #5804DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5804DD is #A7FB22. Grayscale: #353535. Windows color (decimal): -11008803 or 14484568. OLE color: 14484568.

HSL color Cylindrical-coordinate representation of color #5804DD: hue angle of 263.23º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5804DD is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 4 221 -
CMYK 0.60 0.98 0 0.13
HSL 263.23º 0.96% 0.44% -
HSV(B) 263.23º 0.98% 0.87% -
XYZ 17.12 7.38 68.93 -
YUV 53.85 222.33 152.36 -
System Red Green Blue C M Y K H S L
Decimal 88 4 221 0.60 0.98 0 0.13 263.23 0.96 0.44
Hex 58 4 DD 3C 62 0 D 107 60 2C
Octal 130 4 335 74 142 0 15 407 140 54
Binary 1011000 100 11011101 111100 1100010 0 1101 100000111 1100000 101100

Color Harmonies of #5804DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5804DD

Black with #5804DD

Text Example


Text Example

White with #5804DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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