Html Css Color HEX #5A03EF Electric Indigo

📋 copy color: '#5A03EF'

red 90 ◦ green 3 ◦ blue 239

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

Shades of Electric Indigo #5A03EF

Tints of Electric Indigo #5A03EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 71.99%

R = 27.11%
G = 0.9%
B = 71.99%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5A03EF (or 0x5A03EF) is known color: Electric Indigo. HEX triplet: 5A, 03 and EF. RGB value is (90,3,239). Sum of RGB (Red+Green+Blue) = 90+3+239=332 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.11% from 332); Green value is 3 (1.56% from 255 or 0.90% from 332); Blue value is 239 (93.75% from 255 or 71.99% from 332); Max value from RGB is 239 - color contains mainly: blue. Hex color #5A03EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A03EF is #A5FC10. Grayscale: #373737. Windows color (decimal): -10877969 or 15663962. OLE color: 15663962.

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

Color convert

RGB 90 3 239 -
CMYK 0.62 0.99 0 0.06
HSL 262.12º 0.98% 0.47% -
HSV(B) 262.12º 0.99% 0.94% -
XYZ 19.83 8.47 82.25 -
YUV 55.92 231.32 152.31 -
System Red Green Blue C M Y K H S L
Decimal 90 3 239 0.62 0.99 0 0.06 262.12 0.98 0.47
Hex 5A 3 EF 3E 63 0 6 106 62 2F
Octal 132 3 357 76 143 0 6 406 142 57
Binary 1011010 11 11101111 111110 1100011 0 110 100000110 1100010 101111

Color Harmonies of #5A03EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A03EF

Black with #5A03EF

Text Example


Text Example

White with #5A03EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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