Html Css Color HEX #560D76 Indigo

📋 copy color: '#560D76'

red 86 ◦ green 13 ◦ blue 118

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

Shades of Indigo #560D76

Tints of Indigo #560D76

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.99%

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

R = 39.63%
G = 5.99%
B = 54.38%

CMYK

 C value IS 0.27

 M value IS 0.89

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#560D76 (or 0x560D76) is known color: Indigo. HEX triplet: 56, 0D and 76. RGB value is (86,13,118). Sum of RGB (Red+Green+Blue) = 86+13+118=217 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.63% from 217); Green value is 13 (5.47% from 255 or 5.99% from 217); Blue value is 118 (46.48% from 255 or 54.38% from 217); Max value from RGB is 118 - color contains mainly: blue. Hex color #560D76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560D76 is #A9F289. Grayscale: #2E2E2E. Windows color (decimal): -11137674 or 7736662. OLE color: 7736662.

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

Color convert

RGB 86 13 118 -
CMYK 0.27 0.89 0 0.54
HSL 281.71º 0.8% 0.26% -
HSV(B) 281.71º 0.89% 0.46% -
XYZ 7.25 3.57 17.45 -
YUV 46.8 168.18 155.96 -
System Red Green Blue C M Y K H S L
Decimal 86 13 118 0.27 0.89 0 0.54 281.71 0.8 0.26
Hex 56 D 76 1B 59 0 36 11A 50 1A
Octal 126 15 166 33 131 0 66 432 120 32
Binary 1010110 1101 1110110 11011 1011001 0 110110 100011010 1010000 11010

Color Harmonies of #560D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560D76

Black with #560D76

Text Example


Text Example

White with #560D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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