#56096F

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

Shades of Indigo #56096F

Tints of Indigo #56096F

Color information

#56096F (or 0x56096F) is unknown color: approx Indigo. HEX triplet: 56, 09 and 6F. RGB value is (86,9,111). Sum of RGB (Red+Green+Blue) = 86+9+111=206 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.75% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 111 (43.75% from 255 or 53.88% from 206); Max value from RGB is 111 - color contains mainly: blue. Hex color #56096F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56096F is #A9F690. Grayscale: #2B2B2B. Windows color (decimal): -11138705 or 7276886. OLE color: 7276886.

HSL color Cylindrical-coordinate representation of color #56096F: hue angle of 285.29º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #56096F is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB869111-
CMYK0.230.9200.56
HSL285.29º85%23.53%-
HSV(B)285.29º91.89%43.53%-
XYZ6.83.3215.32-
YUV43.65166.01158.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.75%
GREEN value IS 9 (3.91% from 255) = 4.37%
BLUE value IS 111 (43.75% from 255) = 53.88%
R=41.75%
G=4.37%
B=53.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8691110.230.9200.56285.298523.53
Hex5696F175C03811d5518
Octal126111572713407043512530
Binary1010110100111011111011110111000111000100011101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56096F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56096F; }

 p { color: rgb(86,9,111); }

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

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

 a { background-color: rgb(86,9,111); }

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

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

 span { border-color: rgb(86,9,111); }

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