Html Css Color HEX #560E84 Indigo

📋 copy color: '#560E84'

red 86 ◦ green 14 ◦ blue 132

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

Shades of Indigo #560E84

Tints of Indigo #560E84

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.03%

 BLUE value IS 132 (51.95% from 255) = 56.9%

R = 37.07%
G = 6.03%
B = 56.9%

CMYK

 C value IS 0.35

 M value IS 0.89

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#560E84 (or 0x560E84) is known color: Indigo. HEX triplet: 56, 0E and 84. RGB value is (86,14,132). Sum of RGB (Red+Green+Blue) = 86+14+132=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 14 (5.86% from 255 or 6.03% from 232); Blue value is 132 (51.95% from 255 or 56.90% from 232); Max value from RGB is 132 - color contains mainly: blue. Hex color #560E84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560E84 is #A9F17B. Grayscale: #303030. Windows color (decimal): -11137404 or 8654422. OLE color: 8654422.

HSL color Cylindrical-coordinate representation of color #560E84: hue angle of 276.61º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #560E84 is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 86 14 132 -
CMYK 0.35 0.89 0 0.48
HSL 276.61º 0.81% 0.29% -
HSV(B) 276.61º 0.89% 0.52% -
XYZ 8.16 3.96 22.16 -
YUV 48.98 174.85 154.41 -
System Red Green Blue C M Y K H S L
Decimal 86 14 132 0.35 0.89 0 0.48 276.61 0.81 0.29
Hex 56 E 84 23 59 0 30 115 51 1D
Octal 126 16 204 43 131 0 60 425 121 35
Binary 1010110 1110 10000100 100011 1011001 0 110000 100010101 1010001 11101

Color Harmonies of #560E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560E84

Black with #560E84

Text Example


Text Example

White with #560E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,14,132); }

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

background-color css

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

 a { background-color: rgb(86,14,132); }

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

border-color css

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

 span { border-color: rgb(86,14,132); }

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