Html Css Color HEX #560C6A Indigo

📋 copy color: '#560C6A'

red 86 ◦ green 12 ◦ blue 106

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

Shades of Indigo #560C6A

Tints of Indigo #560C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 51.96%

R = 42.16%
G = 5.88%
B = 51.96%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#560C6A (or 0x560C6A) is known color: Indigo. HEX triplet: 56, 0C and 6A. RGB value is (86,12,106). Sum of RGB (Red+Green+Blue) = 86+12+106=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 12 (5.08% from 255 or 5.88% from 204); Blue value is 106 (41.80% from 255 or 51.96% from 204); Max value from RGB is 106 - color contains mainly: blue. Hex color #560C6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560C6A is #A9F395. Grayscale: #2C2C2C. Windows color (decimal): -11137942 or 6949974. OLE color: 6949974.

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

Color convert

RGB 86 12 106 -
CMYK 0.19 0.89 0 0.58
HSL 287.23º 0.8% 0.23% -
HSV(B) 287.23º 0.89% 0.42% -
XYZ 6.57 3.28 13.92 -
YUV 44.84 162.52 157.36 -
System Red Green Blue C M Y K H S L
Decimal 86 12 106 0.19 0.89 0 0.58 287.23 0.8 0.23
Hex 56 C 6A 13 59 0 3A 11F 50 17
Octal 126 14 152 23 131 0 72 437 120 27
Binary 1010110 1100 1101010 10011 1011001 0 111010 100011111 1010000 10111

Color Harmonies of #560C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560C6A

Black with #560C6A

Text Example


Text Example

White with #560C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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