Html Css Color HEX #560C76 Indigo

📋 copy color: '#560C76'

red 86 ◦ green 12 ◦ blue 118

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

Shades of Indigo #560C76

Tints of Indigo #560C76

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.56%

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

R = 39.81%
G = 5.56%
B = 54.63%

CMYK

 C value IS 0.27

 M value IS 0.90

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#560C76 (or 0x560C76) is known color: Indigo. HEX triplet: 56, 0C and 76. RGB value is (86,12,118). Sum of RGB (Red+Green+Blue) = 86+12+118=216 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.81% from 216); Green value is 12 (5.08% from 255 or 5.56% from 216); Blue value is 118 (46.48% from 255 or 54.63% from 216); Max value from RGB is 118 - color contains mainly: blue. Hex color #560C76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560C76 is #A9F389. Grayscale: #2D2D2D. Windows color (decimal): -11137930 or 7736406. OLE color: 7736406.

HSL color Cylindrical-coordinate representation of color #560C76: hue angle of 281.89º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #560C76 is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 12 118 -
CMYK 0.27 0.90 0 0.54
HSL 281.89º 0.82% 0.25% -
HSV(B) 281.89º 0.9% 0.46% -
XYZ 7.24 3.55 17.44 -
YUV 46.21 168.52 156.38 -
System Red Green Blue C M Y K H S L
Decimal 86 12 118 0.27 0.90 0 0.54 281.89 0.82 0.25
Hex 56 C 76 1B 5A 0 36 11A 52 19
Octal 126 14 166 33 132 0 66 432 122 31
Binary 1010110 1100 1110110 11011 1011010 0 110110 100011010 1010010 11001

Color Harmonies of #560C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560C76

Black with #560C76

Text Example


Text Example

White with #560C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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