Html Css Color HEX #5A03F1 Electric Indigo

📋 copy color: '#5A03F1'

red 90 ◦ green 3 ◦ blue 241

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

Shades of Electric Indigo #5A03F1

Tints of Electric Indigo #5A03F1

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.9%

 BLUE value IS 241 (94.53% from 255) = 72.16%

R = 26.95%
G = 0.9%
B = 72.16%

CMYK

 C value IS 0.63

 M value IS 0.99

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5A03F1 (or 0x5A03F1) is known color: Electric Indigo. HEX triplet: 5A, 03 and F1. RGB value is (90,3,241). Sum of RGB (Red+Green+Blue) = 90+3+241=334 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.95% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 241 (94.53% from 255 or 72.16% from 334); Max value from RGB is 241 - color contains mainly: blue. Hex color #5A03F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A03F1 is #A5FC0E. Grayscale: #373737. Windows color (decimal): -10877967 or 15795034. OLE color: 15795034.

HSL color Cylindrical-coordinate representation of color #5A03F1: hue angle of 261.93º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A03F1 is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 90 3 241 -
CMYK 0.63 0.99 0 0.05
HSL 261.93º 0.98% 0.48% -
HSV(B) 261.93º 0.99% 0.95% -
XYZ 20.13 8.59 83.82 -
YUV 56.15 232.32 152.15 -
System Red Green Blue C M Y K H S L
Decimal 90 3 241 0.63 0.99 0 0.05 261.93 0.98 0.48
Hex 5A 3 F1 3F 63 0 5 106 62 30
Octal 132 3 361 77 143 0 5 406 142 60
Binary 1011010 11 11110001 111111 1100011 0 101 100000110 1100010 110000

Color Harmonies of #5A03F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A03F1

Black with #5A03F1

Text Example


Text Example

White with #5A03F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,3,241); }

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

background-color css

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

 a { background-color: rgb(90,3,241); }

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

border-color css

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

 span { border-color: rgb(90,3,241); }

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