Html Css Color HEX #560866 Indigo

📋 copy color: '#560866'

red 86 ◦ green 8 ◦ blue 102

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

Shades of Indigo #560866

Tints of Indigo #560866

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.08%

 BLUE value IS 102 (40.23% from 255) = 52.04%

R = 43.88%
G = 4.08%
B = 52.04%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#560866 (or 0x560866) is known color: Indigo. HEX triplet: 56, 08 and 66. RGB value is (86,8,102). Sum of RGB (Red+Green+Blue) = 86+8+102=196 (25% of max value = 765). Red value is 86 (33.98% from 255 or 43.88% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 102 (40.23% from 255 or 52.04% from 196); Max value from RGB is 102 - color contains mainly: blue. Hex color #560866 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560866 is #A9F799. Grayscale: #292929. Windows color (decimal): -11138970 or 6686806. OLE color: 6686806.

HSL color Cylindrical-coordinate representation of color #560866: hue angle of 289.79º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #560866 is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 86 8 102 -
CMYK 0.16 0.92 0 0.6
HSL 289.79º 0.85% 0.22% -
HSV(B) 289.79º 0.92% 0.4% -
XYZ 6.32 3.11 12.84 -
YUV 42.04 161.84 159.36 -
System Red Green Blue C M Y K H S L
Decimal 86 8 102 0.16 0.92 0 0.6 289.79 0.85 0.22
Hex 56 8 66 10 5C 0 3C 122 55 16
Octal 126 10 146 20 134 0 74 442 125 26
Binary 1010110 1000 1100110 10000 1011100 0 111100 100100010 1010101 10110

Color Harmonies of #560866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560866

Black with #560866

Text Example


Text Example

White with #560866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560866; }

 p { color: rgb(86,8,102); }

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

background-color css

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

 a { background-color: rgb(86,8,102); }

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

border-color css

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

 span { border-color: rgb(86,8,102); }

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