Html Css Color HEX #5901FF Electric Indigo

📋 copy color: '#5901FF'

red 89 ◦ green 1 ◦ blue 255

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

Shades of Electric Indigo #5901FF

Tints of Electric Indigo #5901FF

RGB

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

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

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

R = 25.8%
G = 0.29%
B = 73.91%

CMYK

 C value IS 0.65

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5901FF (or 0x5901FF) is known color: Electric Indigo. HEX triplet: 59, 01 and FF. RGB value is (89,1,255). Sum of RGB (Red+Green+Blue) = 89+1+255=345 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.80% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 255 (100% from 255 or 73.91% from 345); Max value from RGB is 255 - color contains mainly: blue. Hex color #5901FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5901FF is #A6FE00. Grayscale: #373737. Windows color (decimal): -10944001 or 16712025. OLE color: 16712025.

HSL color Cylindrical-coordinate representation of color #5901FF: hue angle of 260.79º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5901FF is Cyan = 0.65, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 89 1 255 -
CMYK 0.65 1.00 0 0
HSL 260.79º 1% 0.5% -
HSV(B) 260.79º 1% 1% -
XYZ 22.18 9.37 95.25 -
YUV 56.27 240.15 151.35 -
System Red Green Blue C M Y K H S L
Decimal 89 1 255 0.65 1.00 0 0 260.79 1 0.5
Hex 59 1 FF 41 64 0 0 105 64 32
Octal 131 1 377 101 144 0 0 405 144 62
Binary 1011001 1 11111111 1000001 1100100 0 0 100000101 1100100 110010

Color Harmonies of #5901FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5901FF

Black with #5901FF

Text Example


Text Example

White with #5901FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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