#561988

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

Shades of Indigo #561988

Tints of Indigo #561988

Color information

#561988 (or 0x561988) is unknown color: approx Indigo. HEX triplet: 56, 19 and 88. RGB value is (86,25,136). Sum of RGB (Red+Green+Blue) = 86+25+136=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 136 (53.52% from 255 or 55.06% from 247); Max value from RGB is 136 - color contains mainly: blue. Hex color #561988 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561988 is #A9E677. Grayscale: #373737. Windows color (decimal): -11134584 or 8919382. OLE color: 8919382.

HSL color Cylindrical-coordinate representation of color #561988: hue angle of 272.97º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #561988 is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8625136-
CMYK0.370.8200.47
HSL272.97º68.94%31.57%-
HSV(B)272.97º81.62%53.33%-
XYZ8.634.4523.7-
YUV55.89173.21149.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.82%
GREEN value IS 25 (10.16% from 255) = 10.12%
BLUE value IS 136 (53.52% from 255) = 55.06%
R=34.82%
G=10.12%
B=55.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86251360.370.8200.47272.9768.9431.57
Hex561988255202F1114520
Octal126312104512205742110540
Binary10101101100110001000100101101001001011111000100011000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561988; }

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

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

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

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

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

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

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

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