#560467

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

Shades of Indigo #560467

Tints of Indigo #560467

Color information

#560467 (or 0x560467) is unknown color: approx Indigo. HEX triplet: 56, 04 and 67. RGB value is (86,4,103). Sum of RGB (Red+Green+Blue) = 86+4+103=193 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.56% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 103 (40.62% from 255 or 53.37% from 193); Max value from RGB is 103 - color contains mainly: blue. Hex color #560467 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560467 is #A9FB98. Grayscale: #272727. Windows color (decimal): -11139993 or 6751318. OLE color: 6751318.

HSL color Cylindrical-coordinate representation of color #560467: hue angle of 289.7º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #560467 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB864103-
CMYK0.170.9600.60
HSL289.7º92.52%20.98%-
HSV(B)289.7º96.12%40.39%-
XYZ6.333.0413.09-
YUV39.8163.67160.95-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.56%
GREEN value IS 4 (1.95% from 255) = 2.07%
BLUE value IS 103 (40.62% from 255) = 53.37%
R=44.56%
G=2.07%
B=53.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8641030.170.9600.60289.792.5220.98
Hex56467116003C1225d15
Octal12641472114007444213525
Binary101011010011001111000111000000111100100100010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560467; }

 p { color: rgb(86,4,103); }

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

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

 a { background-color: rgb(86,4,103); }

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

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

 span { border-color: rgb(86,4,103); }

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