Html Css Color HEX #560B84 Indigo

📋 copy color: '#560B84'

red 86 ◦ green 11 ◦ blue 132

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

Shades of Indigo #560B84

Tints of Indigo #560B84

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.8%

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

R = 37.55%
G = 4.8%
B = 57.64%

CMYK

 C value IS 0.35

 M value IS 0.92

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#560B84 (or 0x560B84) is known color: Indigo. HEX triplet: 56, 0B and 84. RGB value is (86,11,132). Sum of RGB (Red+Green+Blue) = 86+11+132=229 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.55% from 229); Green value is 11 (4.69% from 255 or 4.80% from 229); Blue value is 132 (51.95% from 255 or 57.64% from 229); Max value from RGB is 132 - color contains mainly: blue. Hex color #560B84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560B84 is #A9F47B. Grayscale: #2E2E2E. Windows color (decimal): -11138172 or 8653654. OLE color: 8653654.

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

Color convert

RGB 86 11 132 -
CMYK 0.35 0.92 0 0.48
HSL 277.19º 0.85% 0.28% -
HSV(B) 277.19º 0.92% 0.52% -
XYZ 8.12 3.88 22.15 -
YUV 47.22 175.85 155.66 -
System Red Green Blue C M Y K H S L
Decimal 86 11 132 0.35 0.92 0 0.48 277.19 0.85 0.28
Hex 56 B 84 23 5C 0 30 115 55 1C
Octal 126 13 204 43 134 0 60 425 125 34
Binary 1010110 1011 10000100 100011 1011100 0 110000 100010101 1010101 11100

Color Harmonies of #560B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560B84

Black with #560B84

Text Example


Text Example

White with #560B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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