#531171

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

Shades of Indigo #531171

Tints of Indigo #531171

Color information

#531171 (or 0x531171) is unknown color: approx Indigo. HEX triplet: 53, 11 and 71. RGB value is (83,17,113). Sum of RGB (Red+Green+Blue) = 83+17+113=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #531171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531171 is #ACEE8E. Grayscale: #2F2F2F. Windows color (decimal): -11333263 or 7410003. OLE color: 7410003.

HSL color Cylindrical-coordinate representation of color #531171: hue angle of 281.25º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #531171 is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8317113-
CMYK0.270.8500.56
HSL281.25º73.85%25.49%-
HSV(B)281.25º84.96%44.31%-
XYZ6.753.4315.93-
YUV47.68164.87153.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.97%
GREEN value IS 17 (7.03% from 255) = 7.98%
BLUE value IS 113 (44.53% from 255) = 53.05%
R=38.97%
G=7.98%
B=53.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83171130.270.8500.56281.2573.8525.49
Hex5311711B550381194a19
Octal123211613312507043111231
Binary10100111000111100011101110101010111000100011001100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531171; }

 p { color: rgb(83,17,113); }

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

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

 a { background-color: rgb(83,17,113); }

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

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

 span { border-color: rgb(83,17,113); }

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