#52048D

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

Shades of Indigo #52048D

Tints of Indigo #52048D

Color information

#52048D (or 0x52048D) is unknown color: approx Indigo. HEX triplet: 52, 04 and 8D. RGB value is (82,4,141). Sum of RGB (Red+Green+Blue) = 82+4+141=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 141 (55.47% from 255 or 62.11% from 227); Max value from RGB is 141 - color contains mainly: blue. Hex color #52048D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52048D is #ADFB72. Grayscale: #2A2A2A. Windows color (decimal): -11402099 or 9241682. OLE color: 9241682.

HSL color Cylindrical-coordinate representation of color #52048D: hue angle of 274.16º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #52048D is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB824141-
CMYK0.420.9700.45
HSL274.16º94.48%28.43%-
HSV(B)274.16º97.16%55.29%-
XYZ8.333.825.49-
YUV42.94183.34155.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.12%
GREEN value IS 4 (1.95% from 255) = 1.76%
BLUE value IS 141 (55.47% from 255) = 62.11%
R=36.12%
G=1.76%
B=62.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8241410.420.9700.45274.1694.4828.43
Hex5248D2A6102D1125e1c
Octal12242155214105542213634
Binary10100101001000110110101011000010101101100010010101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52048D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,4,141); }

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

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

 a { background-color: rgb(82,4,141); }

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

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

 span { border-color: rgb(82,4,141); }

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