#561072

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

Shades of Indigo #561072

Tints of Indigo #561072

Color information

#561072 (or 0x561072) is unknown color: approx Indigo. HEX triplet: 56, 10 and 72. RGB value is (86,16,114). Sum of RGB (Red+Green+Blue) = 86+16+114=216 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.81% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #561072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561072 is #A9EF8D. Grayscale: #2F2F2F. Windows color (decimal): -11136910 or 7475286. OLE color: 7475286.

HSL color Cylindrical-coordinate representation of color #561072: hue angle of 282.86º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #561072 is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8616114-
CMYK0.250.8600.55
HSL282.86º75.38%25.49%-
HSV(B)282.86º85.96%44.71%-
XYZ7.063.5616.24-
YUV48.1165.19155.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.81%
GREEN value IS 16 (6.64% from 255) = 7.41%
BLUE value IS 114 (44.92% from 255) = 52.78%
R=39.81%
G=7.41%
B=52.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86161140.250.8600.55282.8675.3825.49
Hex561072195603711b4b19
Octal126201623112606743311331
Binary10101101000011100101100110101100110111100011011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561072; }

 p { color: rgb(86,16,114); }

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

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

 a { background-color: rgb(86,16,114); }

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

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

 span { border-color: rgb(86,16,114); }

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