Html Css Color HEX #560967 Indigo

📋 copy color: '#560967'

red 86 ◦ green 9 ◦ blue 103

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

Shades of Indigo #560967

Tints of Indigo #560967

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.55%

 BLUE value IS 103 (40.63% from 255) = 52.02%

R = 43.43%
G = 4.55%
B = 52.02%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#560967 (or 0x560967) is known color: Indigo. HEX triplet: 56, 09 and 67. RGB value is (86,9,103). Sum of RGB (Red+Green+Blue) = 86+9+103=198 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.43% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 103 (40.62% from 255 or 52.02% from 198); Max value from RGB is 103 - color contains mainly: blue. Hex color #560967 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560967 is #A9F698. Grayscale: #2A2A2A. Windows color (decimal): -11138713 or 6752598. OLE color: 6752598.

HSL color Cylindrical-coordinate representation of color #560967: hue angle of 289.15º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #560967 is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 86 9 103 -
CMYK 0.17 0.91 0 0.60
HSL 289.15º 0.84% 0.22% -
HSV(B) 289.15º 0.91% 0.4% -
XYZ 6.38 3.15 13.1 -
YUV 42.74 162.01 158.86 -
System Red Green Blue C M Y K H S L
Decimal 86 9 103 0.17 0.91 0 0.60 289.15 0.84 0.22
Hex 56 9 67 11 5B 0 3C 121 54 16
Octal 126 11 147 21 133 0 74 441 124 26
Binary 1010110 1001 1100111 10001 1011011 0 111100 100100001 1010100 10110

Color Harmonies of #560967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560967

Black with #560967

Text Example


Text Example

White with #560967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560967; }

 p { color: rgb(86,9,103); }

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

background-color css

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

 a { background-color: rgb(86,9,103); }

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

border-color css

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

 span { border-color: rgb(86,9,103); }

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