#56198A

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

Shades of Indigo #56198A

Tints of Indigo #56198A

Color information

#56198A (or 0x56198A) is unknown color: approx Indigo. HEX triplet: 56, 19 and 8A. RGB value is (86,25,138). Sum of RGB (Red+Green+Blue) = 86+25+138=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 138 (54.30% from 255 or 55.42% from 249); Max value from RGB is 138 - color contains mainly: blue. Hex color #56198A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56198A is #A9E675. Grayscale: #373737. Windows color (decimal): -11134582 or 9050454. OLE color: 9050454.

HSL color Cylindrical-coordinate representation of color #56198A: hue angle of 272.39º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #56198A is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8625138-
CMYK0.380.8200.46
HSL272.39º69.33%31.96%-
HSV(B)272.39º81.88%54.12%-
XYZ8.774.5124.45-
YUV56.12174.21149.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.54%
GREEN value IS 25 (10.16% from 255) = 10.04%
BLUE value IS 138 (54.30% from 255) = 55.42%
R=34.54%
G=10.04%
B=55.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal86251380.380.8200.46272.3969.3331.96
Hex56198A265202E1104520
Octal126312124612205642010540
Binary10101101100110001010100110101001001011101000100001000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56198A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56198A; }

 p { color: rgb(86,25,138); }

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

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

 a { background-color: rgb(86,25,138); }

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

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

 span { border-color: rgb(86,25,138); }

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