#561880

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

Shades of Indigo #561880

Tints of Indigo #561880

Color information

#561880 (or 0x561880) is unknown color: approx Indigo. HEX triplet: 56, 18 and 80. RGB value is (86,24,128). Sum of RGB (Red+Green+Blue) = 86+24+128=238 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.13% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 128 (50.39% from 255 or 53.78% from 238); Max value from RGB is 128 - color contains mainly: blue. Hex color #561880 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561880 is #A9E77F. Grayscale: #363636. Windows color (decimal): -11134848 or 8394838. OLE color: 8394838.

HSL color Cylindrical-coordinate representation of color #561880: hue angle of 275.77º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #561880 is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8624128-
CMYK0.330.8100.50
HSL275.77º68.42%29.8%-
HSV(B)275.77º81.25%50.2%-
XYZ8.064.1920.81-
YUV54.39169.54150.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.13%
GREEN value IS 24 (9.77% from 255) = 10.08%
BLUE value IS 128 (50.39% from 255) = 53.78%
R=36.13%
G=10.08%
B=53.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal86241280.330.8100.50275.7768.4229.8
Hex5618802151032114441e
Octal126302004112106242410436
Binary1010110110001000000010000110100010110010100010100100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561880; }

 p { color: rgb(86,24,128); }

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

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

 a { background-color: rgb(86,24,128); }

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

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

 span { border-color: rgb(86,24,128); }

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