#560492

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

Shades of Indigo #560492

Tints of Indigo #560492

Color information

#560492 (or 0x560492) is unknown color: approx Indigo. HEX triplet: 56, 04 and 92. RGB value is (86,4,146). Sum of RGB (Red+Green+Blue) = 86+4+146=236 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.44% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 146 (57.42% from 255 or 61.86% from 236); Max value from RGB is 146 - color contains mainly: blue. Hex color #560492 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560492 is #A9FB6D. Grayscale: #2C2C2C. Windows color (decimal): -11139950 or 9569366. OLE color: 9569366.

HSL color Cylindrical-coordinate representation of color #560492: hue angle of 274.65º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #560492 is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB864146-
CMYK0.410.9700.43
HSL274.65º94.67%29.41%-
HSV(B)274.65º97.26%57.25%-
XYZ9.074.1427.52-
YUV44.71185.17157.45-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.44%
GREEN value IS 4 (1.95% from 255) = 1.69%
BLUE value IS 146 (57.42% from 255) = 61.86%
R=36.44%
G=1.69%
B=61.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal8641460.410.9700.43274.6594.6729.41
Hex56492296102B1135f1d
Octal12642225114105342313735
Binary10101101001001001010100111000010101011100010011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560492; }

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

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

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

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

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

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

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

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