#561093

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

Shades of Indigo #561093

Tints of Indigo #561093

Color information

#561093 (or 0x561093) is unknown color: approx Indigo. HEX triplet: 56, 10 and 93. RGB value is (86,16,147). Sum of RGB (Red+Green+Blue) = 86+16+147=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 147 (57.81% from 255 or 59.04% from 249); Max value from RGB is 147 - color contains mainly: blue. Hex color #561093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561093 is #A9EF6C. Grayscale: #333333. Windows color (decimal): -11136877 or 9637974. OLE color: 9637974.

HSL color Cylindrical-coordinate representation of color #561093: hue angle of 272.06º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #561093 is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8616147-
CMYK0.410.8900.42
HSL272.06º80.37%31.96%-
HSV(B)272.06º89.12%57.65%-
XYZ9.294.4627.97-
YUV51.86181.69152.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.54%
GREEN value IS 16 (6.64% from 255) = 6.43%
BLUE value IS 147 (57.81% from 255) = 59.04%
R=34.54%
G=6.43%
B=59.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86161470.410.8900.42272.0680.3731.96
Hex561093295902A1105020
Octal126202235113105242012040
Binary10101101000010010011101001101100101010101000100001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561093; }

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

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

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

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

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

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

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

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