#560276

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

Shades of Indigo #560276

Tints of Indigo #560276

Color information

#560276 (or 0x560276) is unknown color: approx Indigo. HEX triplet: 56, 02 and 76. RGB value is (86,2,118). Sum of RGB (Red+Green+Blue) = 86+2+118=206 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.75% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 118 (46.48% from 255 or 57.28% from 206); Max value from RGB is 118 - color contains mainly: blue. Hex color #560276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560276 is #A9FD89. Grayscale: #272727. Windows color (decimal): -11140490 or 7733846. OLE color: 7733846.

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

Color convert

RGB862118-
CMYK0.270.9800.54
HSL283.45º96.67%23.53%-
HSV(B)283.45º98.31%46.27%-
XYZ7.133.3317.41-
YUV40.34171.83160.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.75%
GREEN value IS 2 (1.17% from 255) = 0.97%
BLUE value IS 118 (46.48% from 255) = 57.28%
R=41.75%
G=0.97%
B=57.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8621180.270.9800.54283.4596.6723.53
Hex562761B6203611b6118
Octal12621663314206643314130
Binary10101101011101101101111000100110110100011011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560276; }

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

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

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

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

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

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

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

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