#561380

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

Shades of Indigo #561380

Tints of Indigo #561380

Color information

#561380 (or 0x561380) is unknown color: approx Indigo. HEX triplet: 56, 13 and 80. RGB value is (86,19,128). Sum of RGB (Red+Green+Blue) = 86+19+128=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 128 (50.39% from 255 or 54.94% from 233); Max value from RGB is 128 - color contains mainly: blue. Hex color #561380 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561380 is #A9EC7F. Grayscale: #333333. Windows color (decimal): -11136128 or 8393558. OLE color: 8393558.

HSL color Cylindrical-coordinate representation of color #561380: hue angle of 276.88º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #561380 is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8619128-
CMYK0.330.8500.50
HSL276.88º74.15%28.82%-
HSV(B)276.88º85.16%50.2%-
XYZ7.97420.77-
YUV51.46171.2152.64-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.91%
GREEN value IS 19 (7.81% from 255) = 8.15%
BLUE value IS 128 (50.39% from 255) = 54.94%
R=36.91%
G=8.15%
B=54.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal86191280.330.8500.50276.8874.1528.82
Hex56138021550321154a1d
Octal126232004112506242511235
Binary1010110100111000000010000110101010110010100010101100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561380; }

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

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

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

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

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

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

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

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