Html Css Color HEX #560578 Indigo

📋 copy color: '#560578'

red 86 ◦ green 5 ◦ blue 120

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

Shades of Indigo #560578

Tints of Indigo #560578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 56.87%

R = 40.76%
G = 2.37%
B = 56.87%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#560578 (or 0x560578) is known color: Indigo. HEX triplet: 56, 05 and 78. RGB value is (86,5,120). Sum of RGB (Red+Green+Blue) = 86+5+120=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 120 (47.27% from 255 or 56.87% from 211); Max value from RGB is 120 - color contains mainly: blue. Hex color #560578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560578 is #A9FA87. Grayscale: #292929. Windows color (decimal): -11139720 or 7865686. OLE color: 7865686.

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

Color convert

RGB 86 5 120 -
CMYK 0.28 0.96 0 0.53
HSL 282.26º 0.92% 0.25% -
HSV(B) 282.26º 0.96% 0.47% -
XYZ 7.28 3.44 18.05 -
YUV 42.33 171.84 159.15 -
System Red Green Blue C M Y K H S L
Decimal 86 5 120 0.28 0.96 0 0.53 282.26 0.92 0.25
Hex 56 5 78 1C 60 0 35 11A 5C 19
Octal 126 5 170 34 140 0 65 432 134 31
Binary 1010110 101 1111000 11100 1100000 0 110101 100011010 1011100 11001

Color Harmonies of #560578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560578

Black with #560578

Text Example


Text Example

White with #560578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560578; }

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

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

background-color css

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

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

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

border-color css

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

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

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