#521371

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

Shades of Indigo #521371

Tints of Indigo #521371

Color information

#521371 (or 0x521371) is unknown color: approx Indigo. HEX triplet: 52, 13 and 71. RGB value is (82,19,113). Sum of RGB (Red+Green+Blue) = 82+19+113=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 113 (44.53% from 255 or 52.80% from 214); Max value from RGB is 113 - color contains mainly: blue. Hex color #521371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521371 is #ADEC8E. Grayscale: #303030. Windows color (decimal): -11398287 or 7410514. OLE color: 7410514.

HSL color Cylindrical-coordinate representation of color #521371: hue angle of 280.21º 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 #521371 is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8219113-
CMYK0.270.8300.56
HSL280.21º71.21%25.88%-
HSV(B)280.21º83.19%44.31%-
XYZ6.693.4515.94-
YUV48.55164.37151.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.32%
GREEN value IS 19 (7.81% from 255) = 8.88%
BLUE value IS 113 (44.53% from 255) = 52.80%
R=38.32%
G=8.88%
B=52.80%

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
Decimal82191130.270.8300.56280.2171.2125.88
Hex5213711B53038118471a
Octal122231613312307043010732
Binary10100101001111100011101110100110111000100011000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521371; }

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

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

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

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

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

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

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

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