#52157F

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

Shades of Indigo #52157F

Tints of Indigo #52157F

Color information

#52157F (or 0x52157F) is unknown color: approx Indigo. HEX triplet: 52, 15 and 7F. RGB value is (82,21,127). Sum of RGB (Red+Green+Blue) = 82+21+127=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 127 (50% from 255 or 55.22% from 230); Max value from RGB is 127 - color contains mainly: blue. Hex color #52157F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52157F is #ADEA80. Grayscale: #323232. Windows color (decimal): -11397761 or 8328530. OLE color: 8328530.

HSL color Cylindrical-coordinate representation of color #52157F: hue angle of 274.53º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #52157F is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8221127-
CMYK0.350.8300.50
HSL274.53º71.62%29.02%-
HSV(B)274.53º83.46%49.8%-
XYZ7.583.8620.42-
YUV51.32170.71149.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.65%
GREEN value IS 21 (8.59% from 255) = 9.13%
BLUE value IS 127 (50% from 255) = 55.22%
R=35.65%
G=9.13%
B=55.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal82211270.350.8300.50274.5371.6229.02
Hex52157F2353032113481d
Octal122251774312306242311035
Binary101001010101111111110001110100110110010100010011100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52157F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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