Html Css Color HEX #560C80 Indigo

📋 copy color: '#560C80'

red 86 ◦ green 12 ◦ blue 128

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

Shades of Indigo #560C80

Tints of Indigo #560C80

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.31%

 BLUE value IS 128 (50.39% from 255) = 56.64%

R = 38.05%
G = 5.31%
B = 56.64%

CMYK

 C value IS 0.33

 M value IS 0.91

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#560C80 (or 0x560C80) is known color: Indigo. HEX triplet: 56, 0C and 80. RGB value is (86,12,128). Sum of RGB (Red+Green+Blue) = 86+12+128=226 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.05% from 226); Green value is 12 (5.08% from 255 or 5.31% from 226); Blue value is 128 (50.39% from 255 or 56.64% from 226); Max value from RGB is 128 - color contains mainly: blue. Hex color #560C80 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560C80 is #A9F37F. Grayscale: #2E2E2E. Windows color (decimal): -11137920 or 8391766. OLE color: 8391766.

HSL color Cylindrical-coordinate representation of color #560C80: hue angle of 278.28º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #560C80 is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 86 12 128 -
CMYK 0.33 0.91 0 0.50
HSL 278.28º 0.83% 0.27% -
HSV(B) 278.28º 0.91% 0.5% -
XYZ 7.87 3.8 20.74 -
YUV 47.35 173.52 155.57 -
System Red Green Blue C M Y K H S L
Decimal 86 12 128 0.33 0.91 0 0.50 278.28 0.83 0.27
Hex 56 C 80 21 5B 0 32 116 53 1B
Octal 126 14 200 41 133 0 62 426 123 33
Binary 1010110 1100 10000000 100001 1011011 0 110010 100010110 1010011 11011

Color Harmonies of #560C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560C80

Black with #560C80

Text Example


Text Example

White with #560C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,12,128); }

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

background-color css

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

 a { background-color: rgb(86,12,128); }

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

border-color css

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

 span { border-color: rgb(86,12,128); }

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