#561672

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

Shades of Indigo #561672

Tints of Indigo #561672

Color information

#561672 (or 0x561672) is unknown color: approx Indigo. HEX triplet: 56, 16 and 72. RGB value is (86,22,114). Sum of RGB (Red+Green+Blue) = 86+22+114=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 22 (8.98% from 255 or 9.91% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #561672 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561672 is #A9E98D. Grayscale: #333333. Windows color (decimal): -11135374 or 7476822. OLE color: 7476822.

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

Color convert

RGB8622114-
CMYK0.250.8100.55
HSL281.74º67.65%26.67%-
HSV(B)281.74º80.7%44.71%-
XYZ7.163.7716.27-
YUV51.62163.2152.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.74%
GREEN value IS 22 (8.98% from 255) = 9.91%
BLUE value IS 114 (44.92% from 255) = 51.35%
R=38.74%
G=9.91%
B=51.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86221140.250.8100.55281.7467.6526.67
Hex561672195103711a441b
Octal126261623112106743210433
Binary10101101011011100101100110100010110111100011010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561672; }

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

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

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

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

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

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

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

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