#561385

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

Shades of Indigo #561385

Tints of Indigo #561385

Color information

#561385 (or 0x561385) is unknown color: approx Indigo. HEX triplet: 56, 13 and 85. RGB value is (86,19,133). Sum of RGB (Red+Green+Blue) = 86+19+133=238 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.13% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 133 (52.34% from 255 or 55.88% from 238); Max value from RGB is 133 - color contains mainly: blue. Hex color #561385 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561385 is #A9EC7A. Grayscale: #333333. Windows color (decimal): -11136123 or 8721238. OLE color: 8721238.

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

Color convert

RGB8619133-
CMYK0.350.8600.48
HSL275.26º75%29.8%-
HSV(B)275.26º85.71%52.16%-
XYZ8.34.1422.55-
YUV52.03173.7152.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.13%
GREEN value IS 19 (7.81% from 255) = 7.98%
BLUE value IS 133 (52.34% from 255) = 55.88%
R=36.13%
G=7.98%
B=55.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal86191330.350.8600.48275.267529.8
Hex56138523560301134b1e
Octal126232054312606042311336
Binary1010110100111000010110001110101100110000100010011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561385; }

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

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

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

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

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

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

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

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