Html Css Color HEX #560F6C Indigo

📋 copy color: '#560F6C'

red 86 ◦ green 15 ◦ blue 108

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

Shades of Indigo #560F6C

Tints of Indigo #560F6C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.18%

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

R = 41.15%
G = 7.18%
B = 51.67%

CMYK

 C value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#560F6C (or 0x560F6C) is known color: Indigo. HEX triplet: 56, 0F and 6C. RGB value is (86,15,108). Sum of RGB (Red+Green+Blue) = 86+15+108=209 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.15% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 108 (42.58% from 255 or 51.67% from 209); Max value from RGB is 108 - color contains mainly: blue. Hex color #560F6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560F6C is #A9F093. Grayscale: #2E2E2E. Windows color (decimal): -11137172 or 7081814. OLE color: 7081814.

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

Color convert

RGB 86 15 108 -
CMYK 0.20 0.86 0 0.58
HSL 285.81º 0.76% 0.24% -
HSV(B) 285.81º 0.86% 0.42% -
XYZ 6.72 3.4 14.49 -
YUV 46.83 162.52 155.94 -
System Red Green Blue C M Y K H S L
Decimal 86 15 108 0.20 0.86 0 0.58 285.81 0.76 0.24
Hex 56 F 6C 14 56 0 3A 11E 4C 18
Octal 126 17 154 24 126 0 72 436 114 30
Binary 1010110 1111 1101100 10100 1010110 0 111010 100011110 1001100 11000

Color Harmonies of #560F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560F6C

Black with #560F6C

Text Example


Text Example

White with #560F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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