#561279

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

Shades of Indigo #561279

Tints of Indigo #561279

Color information

#561279 (or 0x561279) is unknown color: approx Indigo. HEX triplet: 56, 12 and 79. RGB value is (86,18,121). Sum of RGB (Red+Green+Blue) = 86+18+121=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 121 (47.66% from 255 or 53.78% from 225); Max value from RGB is 121 - color contains mainly: blue. Hex color #561279 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561279 is #A9ED86. Grayscale: #313131. Windows color (decimal): -11136391 or 7934550. OLE color: 7934550.

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

Color convert

RGB8618121-
CMYK0.290.8500.53
HSL279.61º74.1%27.25%-
HSV(B)279.61º85.12%47.45%-
XYZ7.513.7918.43-
YUV50.07168.03153.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.22%
GREEN value IS 18 (7.42% from 255) = 8%
BLUE value IS 121 (47.66% from 255) = 53.78%
R=38.22%
G=8%
B=53.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86181210.290.8500.53279.6174.127.25
Hex5612791D550351184a1b
Octal126221713512506543011233
Binary10101101001011110011110110101010110101100011000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561279; }

 p { color: rgb(86,18,121); }

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

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

 a { background-color: rgb(86,18,121); }

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

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

 span { border-color: rgb(86,18,121); }

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