#561985

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

Shades of Indigo #561985

Tints of Indigo #561985

Color information

#561985 (or 0x561985) is unknown color: approx Indigo. HEX triplet: 56, 19 and 85. RGB value is (86,25,133). Sum of RGB (Red+Green+Blue) = 86+25+133=244 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.25% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 133 (52.34% from 255 or 54.51% from 244); Max value from RGB is 133 - color contains mainly: blue. Hex color #561985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561985 is #A9E67A. Grayscale: #373737. Windows color (decimal): -11134587 or 8722774. OLE color: 8722774.

HSL color Cylindrical-coordinate representation of color #561985: hue angle of 273.89º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #561985 is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8625133-
CMYK0.350.8100.48
HSL273.89º68.35%30.98%-
HSV(B)273.89º81.2%52.16%-
XYZ8.424.3722.59-
YUV55.55171.71149.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.25%
GREEN value IS 25 (10.16% from 255) = 10.25%
BLUE value IS 133 (52.34% from 255) = 54.51%
R=35.25%
G=10.25%
B=54.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal86251330.350.8100.48273.8968.3530.98
Hex5619852351030112441f
Octal126312054312106042210437
Binary1010110110011000010110001110100010110000100010010100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561985; }

 p { color: rgb(86,25,133); }

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

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

 a { background-color: rgb(86,25,133); }

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

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

 span { border-color: rgb(86,25,133); }

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