Html Css Color HEX #560063 Indigo

📋 copy color: '#560063'

red 86 ◦ green 0 ◦ blue 99

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

Shades of Indigo #560063

Tints of Indigo #560063

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.49%
G = 0%
B = 53.51%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#560063 (or 0x560063) is known color: Indigo. HEX triplet: 56, 00 and 63. RGB value is (86,0,99). Sum of RGB (Red+Green+Blue) = 86+0+99=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #560063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560063 is #A9FF9C. Grayscale: #242424. Windows color (decimal): -11141021 or 6488150. OLE color: 6488150.

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

Color convert

RGB 86 0 99 -
CMYK 0.13 1 0 0.61
HSL 292.12º 1% 0.19% -
HSV(B) 292.12º 1% 0.39% -
XYZ 6.09 2.88 12.04 -
YUV 37 162.99 162.95 -
System Red Green Blue C M Y K H S L
Decimal 86 0 99 0.13 1 0 0.61 292.12 1 0.19
Hex 56 0 63 D 64 0 3D 124 64 13
Octal 126 0 143 15 144 0 75 444 144 23
Binary 1010110 0 1100011 1101 1100100 0 111101 100100100 1100100 10011

Color Harmonies of #560063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560063

Black with #560063

Text Example


Text Example

White with #560063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560063; }

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

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

background-color css

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

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

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

border-color css

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

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

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