Html Css Color HEX #560076 Indigo

📋 copy color: '#560076'

red 86 ◦ green 0 ◦ blue 118

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

Shades of Indigo #560076

Tints of Indigo #560076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 57.84%

R = 42.16%
G = 0%
B = 57.84%

CMYK

 C value IS 0.27

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#560076 (or 0x560076) is known color: Indigo. HEX triplet: 56, 00 and 76. RGB value is (86,0,118). Sum of RGB (Red+Green+Blue) = 86+0+118=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 118 (46.48% from 255 or 57.84% from 204); Max value from RGB is 118 - color contains mainly: blue. Hex color #560076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560076 is #A9FF89. Grayscale: #262626. Windows color (decimal): -11141002 or 7733334. OLE color: 7733334.

HSL color Cylindrical-coordinate representation of color #560076: hue angle of 283.73º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #560076 is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 0 118 -
CMYK 0.27 1 0 0.54
HSL 283.73º 1% 0.23% -
HSV(B) 283.73º 1% 0.46% -
XYZ 7.11 3.29 17.4 -
YUV 39.17 172.49 161.41 -
System Red Green Blue C M Y K H S L
Decimal 86 0 118 0.27 1 0 0.54 283.73 1 0.23
Hex 56 0 76 1B 64 0 36 11C 64 17
Octal 126 0 166 33 144 0 66 434 144 27
Binary 1010110 0 1110110 11011 1100100 0 110110 100011100 1100100 10111

Color Harmonies of #560076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560076

Black with #560076

Text Example


Text Example

White with #560076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560076; }

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

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

background-color css

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

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

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

border-color css

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

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

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