#52157D

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

Shades of Indigo #52157D

Tints of Indigo #52157D

Color information

#52157D (or 0x52157D) is unknown color: approx Indigo. HEX triplet: 52, 15 and 7D. RGB value is (82,21,125). Sum of RGB (Red+Green+Blue) = 82+21+125=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 125 (49.22% from 255 or 54.82% from 228); Max value from RGB is 125 - color contains mainly: blue. Hex color #52157D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52157D is #ADEA82. Grayscale: #323232. Windows color (decimal): -11397763 or 8197458. OLE color: 8197458.

HSL color Cylindrical-coordinate representation of color #52157D: hue angle of 275.19º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #52157D is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8221125-
CMYK0.340.8300.51
HSL275.19º71.23%28.63%-
HSV(B)275.19º83.2%49.02%-
XYZ7.453.8119.74-
YUV51.1169.71150.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.96%
GREEN value IS 21 (8.59% from 255) = 9.21%
BLUE value IS 125 (49.22% from 255) = 54.82%
R=35.96%
G=9.21%
B=54.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal82211250.340.8300.51275.1971.2328.63
Hex52157D2253033113471d
Octal122251754212306342310735
Binary101001010101111110110001010100110110011100010011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52157D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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