Html Css Color HEX #5901FC Electric Indigo

📋 copy color: '#5901FC'

red 89 ◦ green 1 ◦ blue 252

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

Shades of Electric Indigo #5901FC

Tints of Electric Indigo #5901FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 73.68%

R = 26.02%
G = 0.29%
B = 73.68%

CMYK

 C value IS 0.65

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5901FC (or 0x5901FC) is known color: Electric Indigo. HEX triplet: 59, 01 and FC. RGB value is (89,1,252). Sum of RGB (Red+Green+Blue) = 89+1+252=342 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.02% from 342); Green value is 1 (0.78% from 255 or 0.29% from 342); Blue value is 252 (98.83% from 255 or 73.68% from 342); Max value from RGB is 252 - color contains mainly: blue. Hex color #5901FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5901FC is #A6FE03. Grayscale: #373737. Windows color (decimal): -10944004 or 16515417. OLE color: 16515417.

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

Color convert

RGB 89 1 252 -
CMYK 0.65 1.00 0 0.01
HSL 261.04º 0.99% 0.5% -
HSV(B) 261.04º 1% 0.99% -
XYZ 21.7 9.17 92.72 -
YUV 55.93 238.65 151.59 -
System Red Green Blue C M Y K H S L
Decimal 89 1 252 0.65 1.00 0 0.01 261.04 0.99 0.5
Hex 59 1 FC 41 64 0 1 105 63 32
Octal 131 1 374 101 144 0 1 405 143 62
Binary 1011001 1 11111100 1000001 1100100 0 1 100000101 1100011 110010

Color Harmonies of #5901FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5901FC

Black with #5901FC

Text Example


Text Example

White with #5901FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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