Html Css Color HEX #560686 Indigo

📋 copy color: '#560686'

red 86 ◦ green 6 ◦ blue 134

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

Shades of Indigo #560686

Tints of Indigo #560686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 59.29%

R = 38.05%
G = 2.65%
B = 59.29%

CMYK

 C value IS 0.36

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#560686 (or 0x560686) is known color: Indigo. HEX triplet: 56, 06 and 86. RGB value is (86,6,134). Sum of RGB (Red+Green+Blue) = 86+6+134=226 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.05% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 134 (52.73% from 255 or 59.29% from 226); Max value from RGB is 134 - color contains mainly: blue. Hex color #560686 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560686 is #A9F979. Grayscale: #2C2C2C. Windows color (decimal): -11139450 or 8783446. OLE color: 8783446.

HSL color Cylindrical-coordinate representation of color #560686: hue angle of 277.5º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #560686 is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 86 6 134 -
CMYK 0.36 0.96 0 0.47
HSL 277.5º 0.91% 0.27% -
HSV(B) 277.5º 0.96% 0.53% -
XYZ 8.21 3.83 22.86 -
YUV 44.51 178.5 157.59 -
System Red Green Blue C M Y K H S L
Decimal 86 6 134 0.36 0.96 0 0.47 277.5 0.91 0.27
Hex 56 6 86 24 60 0 2F 116 5B 1B
Octal 126 6 206 44 140 0 57 426 133 33
Binary 1010110 110 10000110 100100 1100000 0 101111 100010110 1011011 11011

Color Harmonies of #560686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560686

Black with #560686

Text Example


Text Example

White with #560686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560686; }

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

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

background-color css

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

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

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

border-color css

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

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

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