#561376

Color #561376 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #561376

Tints of Indigo #561376

Color information

#561376 (or 0x561376) is unknown color: approx Indigo. HEX triplet: 56, 13 and 76. RGB value is (86,19,118). Sum of RGB (Red+Green+Blue) = 86+19+118=223 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.57% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #561376 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561376 is #A9EC89. Grayscale: #313131. Windows color (decimal): -11136138 or 7738198. OLE color: 7738198.

HSL color Cylindrical-coordinate representation of color #561376: hue angle of 280.61º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #561376 is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8619118-
CMYK0.270.8400.54
HSL280.61º72.26%26.86%-
HSV(B)280.61º83.9%46.27%-
XYZ7.343.7517.48-
YUV50.32166.2153.45-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.57%
GREEN value IS 19 (7.81% from 255) = 8.52%
BLUE value IS 118 (46.48% from 255) = 52.91%
R=38.57%
G=8.52%
B=52.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86191180.270.8400.54280.6172.2626.86
Hex5613761B54036119481b
Octal126231663312406643111033
Binary10101101001111101101101110101000110110100011001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561376; }

 p { color: rgb(86,19,118); }

 H1.HeaderClassName
 {
   color: #561376;
 }
 .AnyTagClassName
 {
   color: #561376;
 }
</style>
background-color css

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

 a { background-color: rgb(86,19,118); }

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

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

 span { border-color: rgb(86,19,118); }

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