#521374

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

Shades of Indigo #521374

Tints of Indigo #521374

Color information

#521374 (or 0x521374) is unknown color: approx Indigo. HEX triplet: 52, 13 and 74. RGB value is (82,19,116). Sum of RGB (Red+Green+Blue) = 82+19+116=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 116 (45.70% from 255 or 53.46% from 217); Max value from RGB is 116 - color contains mainly: blue. Hex color #521374 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521374 is #ADEC8B. Grayscale: #303030. Windows color (decimal): -11398284 or 7607122. OLE color: 7607122.

HSL color Cylindrical-coordinate representation of color #521374: hue angle of 278.97º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #521374 is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8219116-
CMYK0.290.8400.55
HSL278.97º71.85%26.47%-
HSV(B)278.97º83.62%45.49%-
XYZ6.863.5216.84-
YUV48.9165.87151.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.79%
GREEN value IS 19 (7.81% from 255) = 8.76%
BLUE value IS 116 (45.70% from 255) = 53.46%
R=37.79%
G=8.76%
B=53.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82191160.290.8400.55278.9771.8526.47
Hex5213741D54037117481a
Octal122231643512406742711032
Binary10100101001111101001110110101000110111100010111100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521374; }

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

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

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

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

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

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

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

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