Html Css Color HEX #560C6C Indigo

📋 copy color: '#560C6C'

red 86 ◦ green 12 ◦ blue 108

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

Shades of Indigo #560C6C

Tints of Indigo #560C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 52.43%

R = 41.75%
G = 5.83%
B = 52.43%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#560C6C (or 0x560C6C) is known color: Indigo. HEX triplet: 56, 0C and 6C. RGB value is (86,12,108). Sum of RGB (Red+Green+Blue) = 86+12+108=206 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.75% from 206); Green value is 12 (5.08% from 255 or 5.83% from 206); Blue value is 108 (42.58% from 255 or 52.43% from 206); Max value from RGB is 108 - color contains mainly: blue. Hex color #560C6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560C6C is #A9F393. Grayscale: #2C2C2C. Windows color (decimal): -11137940 or 7081046. OLE color: 7081046.

HSL color Cylindrical-coordinate representation of color #560C6C: hue angle of 286.25º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #560C6C is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 86 12 108 -
CMYK 0.20 0.89 0 0.58
HSL 286.25º 0.8% 0.24% -
HSV(B) 286.25º 0.89% 0.42% -
XYZ 6.68 3.32 14.48 -
YUV 45.07 163.52 157.19 -
System Red Green Blue C M Y K H S L
Decimal 86 12 108 0.20 0.89 0 0.58 286.25 0.8 0.24
Hex 56 C 6C 14 59 0 3A 11E 50 18
Octal 126 14 154 24 131 0 72 436 120 30
Binary 1010110 1100 1101100 10100 1011001 0 111010 100011110 1010000 11000

Color Harmonies of #560C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560C6C

Black with #560C6C

Text Example


Text Example

White with #560C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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