Html Css Color HEX #5A04ED Electric Indigo

📋 copy color: '#5A04ED'

red 90 ◦ green 4 ◦ blue 237

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

Shades of Electric Indigo #5A04ED

Tints of Electric Indigo #5A04ED

RGB

 RED value IS 90 (35.55% from 255) = 27.19%

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

 BLUE value IS 237 (92.97% from 255) = 71.6%

R = 27.19%
G = 1.21%
B = 71.6%

CMYK

 C value IS 0.62

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5A04ED (or 0x5A04ED) is known color: Electric Indigo. HEX triplet: 5A, 04 and ED. RGB value is (90,4,237). Sum of RGB (Red+Green+Blue) = 90+4+237=331 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.19% from 331); Green value is 4 (1.95% from 255 or 1.21% from 331); Blue value is 237 (92.97% from 255 or 71.60% from 331); Max value from RGB is 237 - color contains mainly: blue. Hex color #5A04ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A04ED is #A5FB12. Grayscale: #373737. Windows color (decimal): -10877715 or 15533146. OLE color: 15533146.

HSL color Cylindrical-coordinate representation of color #5A04ED: hue angle of 262.15º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A04ED is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 90 4 237 -
CMYK 0.62 0.98 0 0.07
HSL 262.15º 0.97% 0.47% -
HSV(B) 262.15º 0.98% 0.93% -
XYZ 19.55 8.37 80.71 -
YUV 56.28 229.99 152.05 -
System Red Green Blue C M Y K H S L
Decimal 90 4 237 0.62 0.98 0 0.07 262.15 0.97 0.47
Hex 5A 4 ED 3E 62 0 7 106 61 2F
Octal 132 4 355 76 142 0 7 406 141 57
Binary 1011010 100 11101101 111110 1100010 0 111 100000110 1100001 101111

Color Harmonies of #5A04ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A04ED

Black with #5A04ED

Text Example


Text Example

White with #5A04ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A04ED; }

 p { color: rgb(90,4,237); }

 H1.HeaderClassName
 {
   color: #5A04ED;
 }
 .AnyTagClassName
 {
   color: #5A04ED;
 }
</style>

background-color css

<style>
 a { background-color: #5A04ED; }

 a { background-color: rgb(90,4,237); }

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

border-color css

<style>
 span { border-color: #5A04ED; }

 span { border-color: rgb(90,4,237); }

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