Html Css Color HEX #5A04FC Electric Indigo

📋 copy color: '#5A04FC'

red 90 ◦ green 4 ◦ blue 252

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

Shades of Electric Indigo #5A04FC

Tints of Electric Indigo #5A04FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 72.83%

R = 26.01%
G = 1.16%
B = 72.83%

CMYK

 C value IS 0.64

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5A04FC (or 0x5A04FC) is known color: Electric Indigo. HEX triplet: 5A, 04 and FC. RGB value is (90,4,252). Sum of RGB (Red+Green+Blue) = 90+4+252=346 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.01% from 346); Green value is 4 (1.95% from 255 or 1.16% from 346); Blue value is 252 (98.83% from 255 or 72.83% from 346); Max value from RGB is 252 - color contains mainly: blue. Hex color #5A04FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A04FC is #A5FB03. Grayscale: #393939. Windows color (decimal): -10877700 or 16516186. OLE color: 16516186.

HSL color Cylindrical-coordinate representation of color #5A04FC: hue angle of 260.81º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A04FC is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 90 4 252 -
CMYK 0.64 0.98 0 0.01
HSL 260.81º 0.98% 0.5% -
HSV(B) 260.81º 0.98% 0.99% -
XYZ 21.83 9.29 92.74 -
YUV 57.99 237.49 150.83 -
System Red Green Blue C M Y K H S L
Decimal 90 4 252 0.64 0.98 0 0.01 260.81 0.98 0.5
Hex 5A 4 FC 40 62 0 1 105 62 32
Octal 132 4 374 100 142 0 1 405 142 62
Binary 1011010 100 11111100 1000000 1100010 0 1 100000101 1100010 110010

Color Harmonies of #5A04FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A04FC

Black with #5A04FC

Text Example


Text Example

White with #5A04FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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