Html Css Color HEX #560671 Indigo

📋 copy color: '#560671'

red 86 ◦ green 6 ◦ blue 113

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

Shades of Indigo #560671

Tints of Indigo #560671

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.93%

 BLUE value IS 113 (44.53% from 255) = 55.12%

R = 41.95%
G = 2.93%
B = 55.12%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#560671 (or 0x560671) is known color: Indigo. HEX triplet: 56, 06 and 71. RGB value is (86,6,113). Sum of RGB (Red+Green+Blue) = 86+6+113=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #560671 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560671 is #A9F98E. Grayscale: #292929. Windows color (decimal): -11139471 or 7407190. OLE color: 7407190.

HSL color Cylindrical-coordinate representation of color #560671: hue angle of 284.86º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #560671 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 86 6 113 -
CMYK 0.24 0.95 0 0.56
HSL 284.86º 0.9% 0.23% -
HSV(B) 284.86º 0.95% 0.44% -
XYZ 6.88 3.3 15.9 -
YUV 42.12 168 159.3 -
System Red Green Blue C M Y K H S L
Decimal 86 6 113 0.24 0.95 0 0.56 284.86 0.9 0.23
Hex 56 6 71 18 5F 0 38 11D 5A 17
Octal 126 6 161 30 137 0 70 435 132 27
Binary 1010110 110 1110001 11000 1011111 0 111000 100011101 1011010 10111

Color Harmonies of #560671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560671

Black with #560671

Text Example


Text Example

White with #560671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560671; }

 p { color: rgb(86,6,113); }

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

background-color css

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

 a { background-color: rgb(86,6,113); }

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

border-color css

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

 span { border-color: rgb(86,6,113); }

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