#531371

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

Shades of Indigo #531371

Tints of Indigo #531371

Color information

#531371 (or 0x531371) is unknown color: approx Indigo. HEX triplet: 53, 13 and 71. RGB value is (83,19,113). Sum of RGB (Red+Green+Blue) = 83+19+113=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #531371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531371 is #ACEC8E. Grayscale: #303030. Windows color (decimal): -11332751 or 7410515. OLE color: 7410515.

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

Color convert

RGB8319113-
CMYK0.270.8300.56
HSL280.85º71.21%25.88%-
HSV(B)280.85º83.19%44.31%-
XYZ6.783.515.94-
YUV48.85164.2152.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.60%
GREEN value IS 19 (7.81% from 255) = 8.84%
BLUE value IS 113 (44.53% from 255) = 52.56%
R=38.60%
G=8.84%
B=52.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83191130.270.8300.56280.8571.2125.88
Hex5313711B53038119471a
Octal123231613312307043110732
Binary10100111001111100011101110100110111000100011001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531371; }

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

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

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

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

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

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

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

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