Html Css Color HEX #5901FA Electric Indigo

📋 copy color: '#5901FA'

red 89 ◦ green 1 ◦ blue 250

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

Shades of Electric Indigo #5901FA

Tints of Electric Indigo #5901FA

RGB

 RED value IS 89 (35.16% from 255) = 26.18%

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 250 (98.05% from 255) = 73.53%

R = 26.18%
G = 0.29%
B = 73.53%

CMYK

 C value IS 0.64

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5901FA (or 0x5901FA) is known color: Electric Indigo. HEX triplet: 59, 01 and FA. RGB value is (89,1,250). Sum of RGB (Red+Green+Blue) = 89+1+250=340 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.18% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 250 (98.05% from 255 or 73.53% from 340); Max value from RGB is 250 - color contains mainly: blue. Hex color #5901FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5901FA is #A6FE05. Grayscale: #363636. Windows color (decimal): -10944006 or 16384345. OLE color: 16384345.

HSL color Cylindrical-coordinate representation of color #5901FA: hue angle of 261.2º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5901FA is Cyan = 0.64, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 89 1 250 -
CMYK 0.64 1.00 0 0.02
HSL 261.2º 0.99% 0.49% -
HSV(B) 261.2º 1% 0.98% -
XYZ 21.39 9.05 91.06 -
YUV 55.7 237.65 151.75 -
System Red Green Blue C M Y K H S L
Decimal 89 1 250 0.64 1.00 0 0.02 261.2 0.99 0.49
Hex 59 1 FA 40 64 0 2 105 63 31
Octal 131 1 372 100 144 0 2 405 143 61
Binary 1011001 1 11111010 1000000 1100100 0 10 100000101 1100011 110001

Color Harmonies of #5901FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5901FA

Black with #5901FA

Text Example


Text Example

White with #5901FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5901FA; }

 p { color: rgb(89,1,250); }

 H1.HeaderClassName
 {
   color: #5901FA;
 }
 .AnyTagClassName
 {
   color: #5901FA;
 }
</style>

background-color css

<style>
 a { background-color: #5901FA; }

 a { background-color: rgb(89,1,250); }

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

border-color css

<style>
 span { border-color: #5901FA; }

 span { border-color: rgb(89,1,250); }

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