Html Css Color HEX #560D66 Indigo

📋 copy color: '#560D66'

red 86 ◦ green 13 ◦ blue 102

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

Shades of Indigo #560D66

Tints of Indigo #560D66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 50.75%

R = 42.79%
G = 6.47%
B = 50.75%

CMYK

 C value IS 0.16

 M value IS 0.87

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#560D66 (or 0x560D66) is known color: Indigo. HEX triplet: 56, 0D and 66. RGB value is (86,13,102). Sum of RGB (Red+Green+Blue) = 86+13+102=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 13 (5.47% from 255 or 6.47% from 201); Blue value is 102 (40.23% from 255 or 50.75% from 201); Max value from RGB is 102 - color contains mainly: blue. Hex color #560D66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560D66 is #A9F299. Grayscale: #2C2C2C. Windows color (decimal): -11137690 or 6688086. OLE color: 6688086.

HSL color Cylindrical-coordinate representation of color #560D66: hue angle of 289.21º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #560D66 is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 86 13 102 -
CMYK 0.16 0.87 0 0.6
HSL 289.21º 0.77% 0.23% -
HSV(B) 289.21º 0.87% 0.4% -
XYZ 6.38 3.23 12.86 -
YUV 44.97 160.18 157.26 -
System Red Green Blue C M Y K H S L
Decimal 86 13 102 0.16 0.87 0 0.6 289.21 0.77 0.23
Hex 56 D 66 10 57 0 3C 121 4D 17
Octal 126 15 146 20 127 0 74 441 115 27
Binary 1010110 1101 1100110 10000 1010111 0 111100 100100001 1001101 10111

Color Harmonies of #560D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560D66

Black with #560D66

Text Example


Text Example

White with #560D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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