Html Css Color HEX #561077 Indigo

📋 copy color: '#561077'

red 86 ◦ green 16 ◦ blue 119

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

Shades of Indigo #561077

Tints of Indigo #561077

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.24%

 BLUE value IS 119 (46.88% from 255) = 53.85%

R = 38.91%
G = 7.24%
B = 53.85%

CMYK

 C value IS 0.28

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#561077 (or 0x561077) is known color: Indigo. HEX triplet: 56, 10 and 77. RGB value is (86,16,119). Sum of RGB (Red+Green+Blue) = 86+16+119=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 119 (46.88% from 255 or 53.85% from 221); Max value from RGB is 119 - color contains mainly: blue. Hex color #561077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561077 is #A9EF88. Grayscale: #303030. Windows color (decimal): -11136905 or 7802966. OLE color: 7802966.

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

Color convert

RGB 86 16 119 -
CMYK 0.28 0.87 0 0.53
HSL 280.78º 0.76% 0.26% -
HSV(B) 280.78º 0.87% 0.47% -
XYZ 7.35 3.68 17.78 -
YUV 48.67 167.69 154.62 -
System Red Green Blue C M Y K H S L
Decimal 86 16 119 0.28 0.87 0 0.53 280.78 0.76 0.26
Hex 56 10 77 1C 57 0 35 119 4C 1A
Octal 126 20 167 34 127 0 65 431 114 32
Binary 1010110 10000 1110111 11100 1010111 0 110101 100011001 1001100 11010

Color Harmonies of #561077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561077

Black with #561077

Text Example


Text Example

White with #561077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561077; }

 p { color: rgb(86,16,119); }

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

background-color css

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

 a { background-color: rgb(86,16,119); }

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

border-color css

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

 span { border-color: rgb(86,16,119); }

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