Html Css Color HEX #5600FD Electric Indigo

📋 copy color: '#5600FD'

red 86 ◦ green 0 ◦ blue 253

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

Shades of Electric Indigo #5600FD

Tints of Electric Indigo #5600FD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 253 (99.22% from 255) = 74.63%

R = 25.37%
G = 0%
B = 74.63%

CMYK

 C value IS 0.66

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5600FD (or 0x5600FD) is known color: Electric Indigo. HEX triplet: 56, 00 and FD. RGB value is (86,0,253). Sum of RGB (Red+Green+Blue) = 86+0+253=339 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.37% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 253 (99.22% from 255 or 74.63% from 339); Max value from RGB is 253 - color contains mainly: blue. Hex color #5600FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5600FD is #A9FF02. Grayscale: #353535. Windows color (decimal): -11140867 or 16580694. OLE color: 16580694.

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

Color convert

RGB 86 0 253 -
CMYK 0.66 1 0 0.01
HSL 260.4º 1% 0.5% -
HSV(B) 260.4º 1% 0.99% -
XYZ 21.57 9.07 93.54 -
YUV 54.56 239.99 150.43 -
System Red Green Blue C M Y K H S L
Decimal 86 0 253 0.66 1 0 0.01 260.4 1 0.5
Hex 56 0 FD 42 64 0 1 104 64 32
Octal 126 0 375 102 144 0 1 404 144 62
Binary 1010110 0 11111101 1000010 1100100 0 1 100000100 1100100 110010

Color Harmonies of #5600FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5600FD

Black with #5600FD

Text Example


Text Example

White with #5600FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5600FD; }

 p { color: rgb(86,0,253); }

 H1.HeaderClassName
 {
   color: #5600FD;
 }
 .AnyTagClassName
 {
   color: #5600FD;
 }
</style>

background-color css

<style>
 a { background-color: #5600FD; }

 a { background-color: rgb(86,0,253); }

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

border-color css

<style>
 span { border-color: #5600FD; }

 span { border-color: rgb(86,0,253); }

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