#561574

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

Shades of Indigo #561574

Tints of Indigo #561574

Color information

#561574 (or 0x561574) is unknown color: approx Indigo. HEX triplet: 56, 15 and 74. RGB value is (86,21,116). Sum of RGB (Red+Green+Blue) = 86+21+116=223 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.57% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #561574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561574 is #A9EA8B. Grayscale: #323232. Windows color (decimal): -11135628 or 7607638. OLE color: 7607638.

HSL color Cylindrical-coordinate representation of color #561574: hue angle of 281.05º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #561574 is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8621116-
CMYK0.260.8200.55
HSL281.05º69.34%26.86%-
HSV(B)281.05º81.9%45.49%-
XYZ7.263.7816.87-
YUV51.26164.53152.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.57%
GREEN value IS 21 (8.59% from 255) = 9.42%
BLUE value IS 116 (45.70% from 255) = 52.02%
R=38.57%
G=9.42%
B=52.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86211160.260.8200.55281.0569.3426.86
Hex5615741A52037119451b
Octal126251643212206743110533
Binary10101101010111101001101010100100110111100011001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561574; }

 p { color: rgb(86,21,116); }

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

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

 a { background-color: rgb(86,21,116); }

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

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

 span { border-color: rgb(86,21,116); }

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