#56098E

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

Shades of Indigo #56098E

Tints of Indigo #56098E

Color information

#56098E (or 0x56098E) is unknown color: approx Indigo. HEX triplet: 56, 09 and 8E. RGB value is (86,9,142). Sum of RGB (Red+Green+Blue) = 86+9+142=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 142 (55.86% from 255 or 59.92% from 237); Max value from RGB is 142 - color contains mainly: blue. Hex color #56098E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56098E is #A9F671. Grayscale: #2E2E2E. Windows color (decimal): -11138674 or 9308502. OLE color: 9308502.

HSL color Cylindrical-coordinate representation of color #56098E: hue angle of 274.74º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #56098E is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB869142-
CMYK0.390.9400.44
HSL274.74º88.08%29.61%-
HSV(B)274.74º93.66%55.69%-
XYZ8.824.1325.92-
YUV47.18181.51155.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.29%
GREEN value IS 9 (3.91% from 255) = 3.80%
BLUE value IS 142 (55.86% from 255) = 59.92%
R=36.29%
G=3.80%
B=59.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8691420.390.9400.44274.7488.0829.61
Hex5698E275E02C113581e
Octal126112164713605442313036
Binary101011010011000111010011110111100101100100010011101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56098E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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