Html Css Color HEX #560163 Indigo

📋 copy color: '#560163'

red 86 ◦ green 1 ◦ blue 99

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

Shades of Indigo #560163

Tints of Indigo #560163

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

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

R = 46.24%
G = 0.54%
B = 53.23%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#560163 (or 0x560163) is known color: Indigo. HEX triplet: 56, 01 and 63. RGB value is (86,1,99). Sum of RGB (Red+Green+Blue) = 86+1+99=186 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.24% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 99 (39.06% from 255 or 53.23% from 186); Max value from RGB is 99 - color contains mainly: blue. Hex color #560163 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560163 is #A9FE9C. Grayscale: #252525. Windows color (decimal): -11140765 or 6488406. OLE color: 6488406.

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

Color convert

RGB 86 1 99 -
CMYK 0.13 0.99 0 0.61
HSL 292.04º 0.98% 0.2% -
HSV(B) 292.04º 0.99% 0.39% -
XYZ 6.1 2.9 12.04 -
YUV 37.59 162.66 162.53 -
System Red Green Blue C M Y K H S L
Decimal 86 1 99 0.13 0.99 0 0.61 292.04 0.98 0.2
Hex 56 1 63 D 63 0 3D 124 62 14
Octal 126 1 143 15 143 0 75 444 142 24
Binary 1010110 1 1100011 1101 1100011 0 111101 100100100 1100010 10100

Color Harmonies of #560163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560163

Black with #560163

Text Example


Text Example

White with #560163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560163; }

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

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

background-color css

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

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

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

border-color css

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

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

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