Html Css Color HEX #560D78 Indigo

📋 copy color: '#560D78'

red 86 ◦ green 13 ◦ blue 120

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

Shades of Indigo #560D78

Tints of Indigo #560D78

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.94%

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

R = 39.27%
G = 5.94%
B = 54.79%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#560D78 (or 0x560D78) is known color: Indigo. HEX triplet: 56, 0D and 78. RGB value is (86,13,120). Sum of RGB (Red+Green+Blue) = 86+13+120=219 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.27% from 219); Green value is 13 (5.47% from 255 or 5.94% from 219); Blue value is 120 (47.27% from 255 or 54.79% from 219); Max value from RGB is 120 - color contains mainly: blue. Hex color #560D78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560D78 is #A9F287. Grayscale: #2E2E2E. Windows color (decimal): -11137672 or 7867734. OLE color: 7867734.

HSL color Cylindrical-coordinate representation of color #560D78: hue angle of 280.93º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #560D78 is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 86 13 120 -
CMYK 0.28 0.89 0 0.53
HSL 280.93º 0.8% 0.26% -
HSV(B) 280.93º 0.89% 0.47% -
XYZ 7.37 3.62 18.08 -
YUV 47.03 169.18 155.8 -
System Red Green Blue C M Y K H S L
Decimal 86 13 120 0.28 0.89 0 0.53 280.93 0.8 0.26
Hex 56 D 78 1C 59 0 35 119 50 1A
Octal 126 15 170 34 131 0 65 431 120 32
Binary 1010110 1101 1111000 11100 1011001 0 110101 100011001 1010000 11010

Color Harmonies of #560D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560D78

Black with #560D78

Text Example


Text Example

White with #560D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560D78; }

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

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

background-color css

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

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

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

border-color css

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

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

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