#560388

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

Shades of Indigo #560388

Tints of Indigo #560388

Color information

#560388 (or 0x560388) is unknown color: approx Indigo. HEX triplet: 56, 03 and 88. RGB value is (86,3,136). Sum of RGB (Red+Green+Blue) = 86+3+136=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 136 (53.52% from 255 or 60.44% from 225); Max value from RGB is 136 - color contains mainly: blue. Hex color #560388 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560388 is #A9FC77. Grayscale: #2A2A2A. Windows color (decimal): -11140216 or 8913750. OLE color: 8913750.

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

Color convert

RGB863136-
CMYK0.370.9800.47
HSL277.44º95.68%27.25%-
HSV(B)277.44º97.79%53.33%-
XYZ8.313.8223.59-
YUV42.98180.5158.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.22%
GREEN value IS 3 (1.56% from 255) = 1.33%
BLUE value IS 136 (53.52% from 255) = 60.44%
R=38.22%
G=1.33%
B=60.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8631360.370.9800.47277.4495.6827.25
Hex56388256202F115601b
Octal12632104514205742514033
Binary1010110111000100010010111000100101111100010101110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560388; }

 p { color: rgb(86,3,136); }

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

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

 a { background-color: rgb(86,3,136); }

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

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

 span { border-color: rgb(86,3,136); }

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