#560B96

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

Shades of Indigo #560B96

Tints of Indigo #560B96

Color information

#560B96 (or 0x560B96) is unknown color: approx Indigo. HEX triplet: 56, 0B and 96. RGB value is (86,11,150). Sum of RGB (Red+Green+Blue) = 86+11+150=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 150 (58.98% from 255 or 60.73% from 247); Max value from RGB is 150 - color contains mainly: blue. Hex color #560B96 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560B96 is #A9F469. Grayscale: #303030. Windows color (decimal): -11138154 or 9833302. OLE color: 9833302.

HSL color Cylindrical-coordinate representation of color #560B96: hue angle of 272.37º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #560B96 is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8611150-
CMYK0.430.9300.41
HSL272.37º86.34%31.57%-
HSV(B)272.37º92.67%58.82%-
XYZ9.464.4229.21-
YUV49.27184.85154.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.82%
GREEN value IS 11 (4.69% from 255) = 4.45%
BLUE value IS 150 (58.98% from 255) = 60.73%
R=34.82%
G=4.45%
B=60.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal86111500.430.9300.41272.3786.3431.57
Hex56B962B5D0291105620
Octal126132265313505142012640
Binary1010110101110010110101011101110101010011000100001010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560B96; }

 p { color: rgb(86,11,150); }

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

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

 a { background-color: rgb(86,11,150); }

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

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

 span { border-color: rgb(86,11,150); }

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