#52156F

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

Shades of Indigo #52156F

Tints of Indigo #52156F

Color information

#52156F (or 0x52156F) is unknown color: approx Indigo. HEX triplet: 52, 15 and 6F. RGB value is (82,21,111). Sum of RGB (Red+Green+Blue) = 82+21+111=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 111 (43.75% from 255 or 51.87% from 214); Max value from RGB is 111 - color contains mainly: blue. Hex color #52156F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52156F is #ADEA90. Grayscale: #313131. Windows color (decimal): -11397777 or 7279954. OLE color: 7279954.

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

Color convert

RGB8221111-
CMYK0.260.8100.56
HSL280.67º68.18%25.88%-
HSV(B)280.67º81.08%43.53%-
XYZ6.623.4815.36-
YUV49.5162.71151.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.32%
GREEN value IS 21 (8.59% from 255) = 9.81%
BLUE value IS 111 (43.75% from 255) = 51.87%
R=38.32%
G=9.81%
B=51.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82211110.260.8100.56280.6768.1825.88
Hex52156F1A51038119441a
Octal122251573212107043110432
Binary10100101010111011111101010100010111000100011001100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52156F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52156F; }

 p { color: rgb(82,21,111); }

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

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

 a { background-color: rgb(82,21,111); }

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

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

 span { border-color: rgb(82,21,111); }

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