Html Css Color HEX #5A04FF Electric Indigo

📋 copy color: '#5A04FF'

red 90 ◦ green 4 ◦ blue 255

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

Shades of Electric Indigo #5A04FF

Tints of Electric Indigo #5A04FF

RGB

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

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

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

R = 25.79%
G = 1.15%
B = 73.07%

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

#5A04FF (or 0x5A04FF) is known color: Electric Indigo. HEX triplet: 5A, 04 and FF. RGB value is (90,4,255). Sum of RGB (Red+Green+Blue) = 90+4+255=349 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.79% from 349); Green value is 4 (1.95% from 255 or 1.15% from 349); Blue value is 255 (100% from 255 or 73.07% from 349); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A04FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A04FF is #A5FB00. Grayscale: #393939. Windows color (decimal): -10877697 or 16712794. OLE color: 16712794.

HSL color Cylindrical-coordinate representation of color #5A04FF: hue angle of 260.56º 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 #5A04FF is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 90 4 255 -
CMYK 0.65 0.98 0 0
HSL 260.56º 1% 0.51% -
HSV(B) 260.56º 0.98% 1% -
XYZ 22.31 9.48 95.26 -
YUV 58.33 238.99 150.59 -
System Red Green Blue C M Y K H S L
Decimal 90 4 255 0.65 0.98 0 0 260.56 1 0.51
Hex 5A 4 FF 41 62 0 0 105 64 33
Octal 132 4 377 101 142 0 0 405 144 63
Binary 1011010 100 11111111 1000001 1100010 0 0 100000101 1100100 110011

Color Harmonies of #5A04FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A04FF

Black with #5A04FF

Text Example


Text Example

White with #5A04FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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