Html Css Color HEX #560863 Indigo

📋 copy color: '#560863'

red 86 ◦ green 8 ◦ blue 99

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

Shades of Indigo #560863

Tints of Indigo #560863

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.15%

 BLUE value IS 99 (39.06% from 255) = 51.3%

R = 44.56%
G = 4.15%
B = 51.3%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#560863 (or 0x560863) is known color: Indigo. HEX triplet: 56, 08 and 63. RGB value is (86,8,99). Sum of RGB (Red+Green+Blue) = 86+8+99=193 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.56% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 99 (39.06% from 255 or 51.30% from 193); Max value from RGB is 99 - color contains mainly: blue. Hex color #560863 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560863 is #A9F79C. Grayscale: #292929. Windows color (decimal): -11138973 or 6490198. OLE color: 6490198.

HSL color Cylindrical-coordinate representation of color #560863: hue angle of 291.43º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #560863 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 86 8 99 -
CMYK 0.13 0.92 0 0.61
HSL 291.43º 0.85% 0.21% -
HSV(B) 291.43º 0.92% 0.39% -
XYZ 6.18 3.05 12.07 -
YUV 41.7 160.34 159.6 -
System Red Green Blue C M Y K H S L
Decimal 86 8 99 0.13 0.92 0 0.61 291.43 0.85 0.21
Hex 56 8 63 D 5C 0 3D 123 55 15
Octal 126 10 143 15 134 0 75 443 125 25
Binary 1010110 1000 1100011 1101 1011100 0 111101 100100011 1010101 10101

Color Harmonies of #560863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560863

Black with #560863

Text Example


Text Example

White with #560863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560863; }

 p { color: rgb(86,8,99); }

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

background-color css

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

 a { background-color: rgb(86,8,99); }

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

border-color css

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

 span { border-color: rgb(86,8,99); }

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