Html Css Color HEX #560568 Indigo

📋 copy color: '#560568'

red 86 ◦ green 5 ◦ blue 104

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

Shades of Indigo #560568

Tints of Indigo #560568

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.56%

 BLUE value IS 104 (41.02% from 255) = 53.33%

R = 44.1%
G = 2.56%
B = 53.33%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#560568 (or 0x560568) is known color: Indigo. HEX triplet: 56, 05 and 68. RGB value is (86,5,104). Sum of RGB (Red+Green+Blue) = 86+5+104=195 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.10% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 104 (41.02% from 255 or 53.33% from 195); Max value from RGB is 104 - color contains mainly: blue. Hex color #560568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560568 is #A9FA97. Grayscale: #282828. Windows color (decimal): -11139736 or 6817110. OLE color: 6817110.

HSL color Cylindrical-coordinate representation of color #560568: hue angle of 289.09º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #560568 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 86 5 104 -
CMYK 0.17 0.95 0 0.59
HSL 289.09º 0.91% 0.21% -
HSV(B) 289.09º 0.95% 0.41% -
XYZ 6.39 3.09 13.36 -
YUV 40.51 163.84 160.45 -
System Red Green Blue C M Y K H S L
Decimal 86 5 104 0.17 0.95 0 0.59 289.09 0.91 0.21
Hex 56 5 68 11 5F 0 3B 121 5B 15
Octal 126 5 150 21 137 0 73 441 133 25
Binary 1010110 101 1101000 10001 1011111 0 111011 100100001 1011011 10101

Color Harmonies of #560568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560568

Black with #560568

Text Example


Text Example

White with #560568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560568; }

 p { color: rgb(86,5,104); }

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

background-color css

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

 a { background-color: rgb(86,5,104); }

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

border-color css

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

 span { border-color: rgb(86,5,104); }

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