#561383

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

Shades of Indigo #561383

Tints of Indigo #561383

Color information

#561383 (or 0x561383) is unknown color: approx Indigo. HEX triplet: 56, 13 and 83. RGB value is (86,19,131). Sum of RGB (Red+Green+Blue) = 86+19+131=236 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.44% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 131 (51.56% from 255 or 55.51% from 236); Max value from RGB is 131 - color contains mainly: blue. Hex color #561383 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561383 is #A9EC7C. Grayscale: #333333. Windows color (decimal): -11136125 or 8590166. OLE color: 8590166.

HSL color Cylindrical-coordinate representation of color #561383: hue angle of 275.89º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #561383 is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8619131-
CMYK0.340.8500.49
HSL275.89º74.67%29.41%-
HSV(B)275.89º85.5%51.37%-
XYZ8.174.0821.83-
YUV51.8172.7152.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.44%
GREEN value IS 19 (7.81% from 255) = 8.05%
BLUE value IS 131 (51.56% from 255) = 55.51%
R=36.44%
G=8.05%
B=55.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86191310.340.8500.49275.8974.6729.41
Hex56138322550311144b1d
Octal126232034212506142411335
Binary1010110100111000001110001010101010110001100010100100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561383; }

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

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

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

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

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

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

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

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