Html Css Color HEX #5601FA Electric Indigo

📋 copy color: '#5601FA'

red 86 ◦ green 1 ◦ blue 250

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

Shades of Electric Indigo #5601FA

Tints of Electric Indigo #5601FA

RGB

 RED value IS 86 (33.98% from 255) = 25.52%

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

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

R = 25.52%
G = 0.3%
B = 74.18%

CMYK

 C value IS 0.66

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5601FA (or 0x5601FA) is known color: Electric Indigo. HEX triplet: 56, 01 and FA. RGB value is (86,1,250). Sum of RGB (Red+Green+Blue) = 86+1+250=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 250 (98.05% from 255 or 74.18% from 337); Max value from RGB is 250 - color contains mainly: blue. Hex color #5601FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5601FA is #A9FE05. Grayscale: #353535. Windows color (decimal): -11140614 or 16384342. OLE color: 16384342.

HSL color Cylindrical-coordinate representation of color #5601FA: hue angle of 260.48º 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 #5601FA is Cyan = 0.66, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 86 1 250 -
CMYK 0.66 1.00 0 0.02
HSL 260.48º 0.99% 0.49% -
HSV(B) 260.48º 1% 0.98% -
XYZ 21.1 8.9 91.05 -
YUV 54.8 238.16 150.25 -
System Red Green Blue C M Y K H S L
Decimal 86 1 250 0.66 1.00 0 0.02 260.48 0.99 0.49
Hex 56 1 FA 42 64 0 2 104 63 31
Octal 126 1 372 102 144 0 2 404 143 61
Binary 1010110 1 11111010 1000010 1100100 0 10 100000100 1100011 110001

Color Harmonies of #5601FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5601FA

Black with #5601FA

Text Example


Text Example

White with #5601FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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