#561092

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

Shades of Indigo #561092

Tints of Indigo #561092

Color information

#561092 (or 0x561092) is unknown color: approx Indigo. HEX triplet: 56, 10 and 92. RGB value is (86,16,146). Sum of RGB (Red+Green+Blue) = 86+16+146=248 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.68% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 146 (57.42% from 255 or 58.87% from 248); Max value from RGB is 146 - color contains mainly: blue. Hex color #561092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561092 is #A9EF6D. Grayscale: #333333. Windows color (decimal): -11136878 or 9572438. OLE color: 9572438.

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

Color convert

RGB8616146-
CMYK0.410.8900.43
HSL272.31º80.25%31.76%-
HSV(B)272.31º89.04%57.25%-
XYZ9.214.4227.56-
YUV51.75181.19152.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.68%
GREEN value IS 16 (6.64% from 255) = 6.45%
BLUE value IS 146 (57.42% from 255) = 58.87%
R=34.68%
G=6.45%
B=58.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal86161460.410.8900.43272.3180.2531.76
Hex561092295902B1105020
Octal126202225113105342012040
Binary10101101000010010010101001101100101010111000100001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561092; }

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

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

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

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

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

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

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

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