#561378

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

Shades of Indigo #561378

Tints of Indigo #561378

Color information

#561378 (or 0x561378) is unknown color: approx Indigo. HEX triplet: 56, 13 and 78. RGB value is (86,19,120). Sum of RGB (Red+Green+Blue) = 86+19+120=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #561378 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561378 is #A9EC87. Grayscale: #323232. Windows color (decimal): -11136136 or 7869270. OLE color: 7869270.

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

Color convert

RGB8619120-
CMYK0.280.8400.53
HSL279.8º72.66%27.25%-
HSV(B)279.8º84.17%47.06%-
XYZ7.463.818.11-
YUV50.55167.2153.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.22%
GREEN value IS 19 (7.81% from 255) = 8.44%
BLUE value IS 120 (47.27% from 255) = 53.33%
R=38.22%
G=8.44%
B=53.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86191200.280.8400.53279.872.6627.25
Hex5613781C54035118491b
Octal126231703412406543011133
Binary10101101001111110001110010101000110101100011000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561378; }

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

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

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

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

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

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

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

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