#56099E

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

Shades of Indigo #56099E

Tints of Indigo #56099E

Color information

#56099E (or 0x56099E) is unknown color: approx Indigo. HEX triplet: 56, 09 and 9E. RGB value is (86,9,158). Sum of RGB (Red+Green+Blue) = 86+9+158=253 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.99% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 158 (62.11% from 255 or 62.45% from 253); Max value from RGB is 158 - color contains mainly: blue. Hex color #56099E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56099E is #A9F661. Grayscale: #303030. Windows color (decimal): -11138658 or 10357078. OLE color: 10357078.

HSL color Cylindrical-coordinate representation of color #56099E: hue angle of 271.01º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #56099E is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB869158-
CMYK0.460.9400.38
HSL271.01º89.22%32.75%-
HSV(B)271.01º94.3%61.96%-
XYZ10.114.6432.71-
YUV49.01189.51154.38-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.99%
GREEN value IS 9 (3.91% from 255) = 3.56%
BLUE value IS 158 (62.11% from 255) = 62.45%
R=33.99%
G=3.56%
B=62.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal8691580.460.9400.38271.0189.2232.75
Hex5699E2E5E02610f5921
Octal126112365613604641713141
Binary1010110100110011110101110101111001001101000011111011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56099E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56099E; }

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

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

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

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

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

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

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

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