Html Css Color HEX #560865 Indigo

📋 copy color: '#560865'

red 86 ◦ green 8 ◦ blue 101

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

Shades of Indigo #560865

Tints of Indigo #560865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 51.79%

R = 44.1%
G = 4.1%
B = 51.79%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#560865 (or 0x560865) is known color: Indigo. HEX triplet: 56, 08 and 65. RGB value is (86,8,101). Sum of RGB (Red+Green+Blue) = 86+8+101=195 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.10% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 101 (39.84% from 255 or 51.79% from 195); Max value from RGB is 101 - color contains mainly: blue. Hex color #560865 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560865 is #A9F79A. Grayscale: #292929. Windows color (decimal): -11138971 or 6621270. OLE color: 6621270.

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

Color convert

RGB 86 8 101 -
CMYK 0.15 0.92 0 0.60
HSL 290.32º 0.85% 0.21% -
HSV(B) 290.32º 0.92% 0.4% -
XYZ 6.27 3.09 12.58 -
YUV 41.92 161.34 159.44 -
System Red Green Blue C M Y K H S L
Decimal 86 8 101 0.15 0.92 0 0.60 290.32 0.85 0.21
Hex 56 8 65 F 5C 0 3C 122 55 15
Octal 126 10 145 17 134 0 74 442 125 25
Binary 1010110 1000 1100101 1111 1011100 0 111100 100100010 1010101 10101

Color Harmonies of #560865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560865

Black with #560865

Text Example


Text Example

White with #560865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560865; }

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

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

background-color css

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

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

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

border-color css

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

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

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