Html Css Color HEX #560561 Indigo

📋 copy color: '#560561'

red 86 ◦ green 5 ◦ blue 97

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

Shades of Indigo #560561

Tints of Indigo #560561

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.66%

 BLUE value IS 97 (38.28% from 255) = 51.6%

R = 45.74%
G = 2.66%
B = 51.6%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#560561 (or 0x560561) is known color: Indigo. HEX triplet: 56, 05 and 61. RGB value is (86,5,97). Sum of RGB (Red+Green+Blue) = 86+5+97=188 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.74% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 97 (38.28% from 255 or 51.60% from 188); Max value from RGB is 97 - color contains mainly: blue. Hex color #560561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560561 is #A9FA9E. Grayscale: #272727. Windows color (decimal): -11139743 or 6358358. OLE color: 6358358.

HSL color Cylindrical-coordinate representation of color #560561: hue angle of 292.83º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #560561 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 5 97 -
CMYK 0.11 0.95 0 0.62
HSL 292.83º 0.9% 0.2% -
HSV(B) 292.83º 0.95% 0.38% -
XYZ 6.05 2.95 11.56 -
YUV 39.71 160.34 161.02 -
System Red Green Blue C M Y K H S L
Decimal 86 5 97 0.11 0.95 0 0.62 292.83 0.9 0.2
Hex 56 5 61 B 5F 0 3E 125 5A 14
Octal 126 5 141 13 137 0 76 445 132 24
Binary 1010110 101 1100001 1011 1011111 0 111110 100100101 1011010 10100

Color Harmonies of #560561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560561

Black with #560561

Text Example


Text Example

White with #560561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560561; }

 p { color: rgb(86,5,97); }

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

background-color css

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

 a { background-color: rgb(86,5,97); }

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

border-color css

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

 span { border-color: rgb(86,5,97); }

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