Html Css Color HEX #5600DB Electric Indigo

📋 copy color: '#5600DB'

red 86 ◦ green 0 ◦ blue 219

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

Shades of Electric Indigo #5600DB

Tints of Electric Indigo #5600DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 71.8%

R = 28.2%
G = 0%
B = 71.8%

CMYK

 C value IS 0.61

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5600DB (or 0x5600DB) is known color: Electric Indigo. HEX triplet: 56, 00 and DB. RGB value is (86,0,219). Sum of RGB (Red+Green+Blue) = 86+0+219=305 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.20% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 219 (85.94% from 255 or 71.80% from 305); Max value from RGB is 219 - color contains mainly: blue. Hex color #5600DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5600DB is #A9FF24. Grayscale: #313131. Windows color (decimal): -11140901 or 14352470. OLE color: 14352470.

HSL color Cylindrical-coordinate representation of color #5600DB: hue angle of 263.56º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5600DB is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 0 219 -
CMYK 0.61 1 0 0.14
HSL 263.56º 1% 0.43% -
HSV(B) 263.56º 1% 0.86% -
XYZ 16.62 7.09 67.51 -
YUV 50.68 222.99 153.19 -
System Red Green Blue C M Y K H S L
Decimal 86 0 219 0.61 1 0 0.14 263.56 1 0.43
Hex 56 0 DB 3D 64 0 E 108 64 2B
Octal 126 0 333 75 144 0 16 410 144 53
Binary 1010110 0 11011011 111101 1100100 0 1110 100001000 1100100 101011

Color Harmonies of #5600DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5600DB

Black with #5600DB

Text Example


Text Example

White with #5600DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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