Html Css Color HEX #560675 Indigo

📋 copy color: '#560675'

red 86 ◦ green 6 ◦ blue 117

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

Shades of Indigo #560675

Tints of Indigo #560675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 55.98%

R = 41.15%
G = 2.87%
B = 55.98%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#560675 (or 0x560675) is known color: Indigo. HEX triplet: 56, 06 and 75. RGB value is (86,6,117). Sum of RGB (Red+Green+Blue) = 86+6+117=209 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.15% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 117 (46.09% from 255 or 55.98% from 209); Max value from RGB is 117 - color contains mainly: blue. Hex color #560675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560675 is #A9F98A. Grayscale: #2A2A2A. Windows color (decimal): -11139467 or 7669334. OLE color: 7669334.

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

Color convert

RGB 86 6 117 -
CMYK 0.26 0.95 0 0.54
HSL 283.24º 0.9% 0.24% -
HSV(B) 283.24º 0.95% 0.46% -
XYZ 7.11 3.39 17.11 -
YUV 42.57 170 158.97 -
System Red Green Blue C M Y K H S L
Decimal 86 6 117 0.26 0.95 0 0.54 283.24 0.9 0.24
Hex 56 6 75 1A 5F 0 36 11B 5A 18
Octal 126 6 165 32 137 0 66 433 132 30
Binary 1010110 110 1110101 11010 1011111 0 110110 100011011 1011010 11000

Color Harmonies of #560675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560675

Black with #560675

Text Example


Text Example

White with #560675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560675; }

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

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

background-color css

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

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

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

border-color css

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

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

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