Html Css Color HEX #560D68 Indigo

📋 copy color: '#560D68'

red 86 ◦ green 13 ◦ blue 104

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

Shades of Indigo #560D68

Tints of Indigo #560D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 51.23%

R = 42.36%
G = 6.4%
B = 51.23%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#560D68 (or 0x560D68) is known color: Indigo. HEX triplet: 56, 0D and 68. RGB value is (86,13,104). Sum of RGB (Red+Green+Blue) = 86+13+104=203 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.36% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #560D68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560D68 is #A9F297. Grayscale: #2C2C2C. Windows color (decimal): -11137688 or 6819158. OLE color: 6819158.

HSL color Cylindrical-coordinate representation of color #560D68: hue angle of 288.13º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #560D68 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 86 13 104 -
CMYK 0.17 0.88 0 0.59
HSL 288.13º 0.78% 0.23% -
HSV(B) 288.13º 0.88% 0.41% -
XYZ 6.48 3.27 13.39 -
YUV 45.2 161.18 157.1 -
System Red Green Blue C M Y K H S L
Decimal 86 13 104 0.17 0.88 0 0.59 288.13 0.78 0.23
Hex 56 D 68 11 58 0 3B 120 4E 17
Octal 126 15 150 21 130 0 73 440 116 27
Binary 1010110 1101 1101000 10001 1011000 0 111011 100100000 1001110 10111

Color Harmonies of #560D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560D68

Black with #560D68

Text Example


Text Example

White with #560D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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