#561885

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

Shades of Indigo #561885

Tints of Indigo #561885

Color information

#561885 (or 0x561885) is unknown color: approx Indigo. HEX triplet: 56, 18 and 85. RGB value is (86,24,133). Sum of RGB (Red+Green+Blue) = 86+24+133=243 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.39% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 133 (52.34% from 255 or 54.73% from 243); Max value from RGB is 133 - color contains mainly: blue. Hex color #561885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561885 is #A9E77A. Grayscale: #363636. Windows color (decimal): -11134843 or 8722518. OLE color: 8722518.

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

Color convert

RGB8624133-
CMYK0.350.8200.48
HSL274.13º69.43%30.78%-
HSV(B)274.13º81.95%52.16%-
XYZ8.44.3322.58-
YUV54.96172.04150.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.39%
GREEN value IS 24 (9.77% from 255) = 9.88%
BLUE value IS 133 (52.34% from 255) = 54.73%
R=35.39%
G=9.88%
B=54.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal86241330.350.8200.48274.1369.4330.78
Hex5618852352030112451f
Octal126302054312206042210537
Binary1010110110001000010110001110100100110000100010010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561885; }

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

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

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

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

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

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

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

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