Html Css Color HEX #5901ED Electric Indigo

📋 copy color: '#5901ED'

red 89 ◦ green 1 ◦ blue 237

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

Shades of Electric Indigo #5901ED

Tints of Electric Indigo #5901ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 72.48%

R = 27.22%
G = 0.31%
B = 72.48%

CMYK

 C value IS 0.62

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5901ED (or 0x5901ED) is known color: Electric Indigo. HEX triplet: 59, 01 and ED. RGB value is (89,1,237). Sum of RGB (Red+Green+Blue) = 89+1+237=327 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.22% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 237 (92.97% from 255 or 72.48% from 327); Max value from RGB is 237 - color contains mainly: blue. Hex color #5901ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5901ED is #A6FE12. Grayscale: #353535. Windows color (decimal): -10944019 or 15532377. OLE color: 15532377.

HSL color Cylindrical-coordinate representation of color #5901ED: hue angle of 262.37º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5901ED is Cyan = 0.62, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 89 1 237 -
CMYK 0.62 1.00 0 0.07
HSL 262.37º 0.99% 0.47% -
HSV(B) 262.37º 1% 0.93% -
XYZ 19.42 8.26 80.69 -
YUV 54.22 231.15 152.81 -
System Red Green Blue C M Y K H S L
Decimal 89 1 237 0.62 1.00 0 0.07 262.37 0.99 0.47
Hex 59 1 ED 3E 64 0 7 106 63 2F
Octal 131 1 355 76 144 0 7 406 143 57
Binary 1011001 1 11101101 111110 1100100 0 111 100000110 1100011 101111

Color Harmonies of #5901ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5901ED

Black with #5901ED

Text Example


Text Example

White with #5901ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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