Html Css Color HEX #560B68 Indigo

📋 copy color: '#560B68'

red 86 ◦ green 11 ◦ blue 104

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

Shades of Indigo #560B68

Tints of Indigo #560B68

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.47%

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

R = 42.79%
G = 5.47%
B = 51.74%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#560B68 (or 0x560B68) is known color: Indigo. HEX triplet: 56, 0B and 68. RGB value is (86,11,104). Sum of RGB (Red+Green+Blue) = 86+11+104=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 104 (41.02% from 255 or 51.74% from 201); Max value from RGB is 104 - color contains mainly: blue. Hex color #560B68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560B68 is #A9F497. Grayscale: #2B2B2B. Windows color (decimal): -11138200 or 6818646. OLE color: 6818646.

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

Color convert

RGB 86 11 104 -
CMYK 0.17 0.89 0 0.59
HSL 288.39º 0.81% 0.23% -
HSV(B) 288.39º 0.89% 0.41% -
XYZ 6.46 3.22 13.38 -
YUV 44.03 161.85 157.94 -
System Red Green Blue C M Y K H S L
Decimal 86 11 104 0.17 0.89 0 0.59 288.39 0.81 0.23
Hex 56 B 68 11 59 0 3B 120 51 17
Octal 126 13 150 21 131 0 73 440 121 27
Binary 1010110 1011 1101000 10001 1011001 0 111011 100100000 1010001 10111

Color Harmonies of #560B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560B68

Black with #560B68

Text Example


Text Example

White with #560B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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