#52148A

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

Shades of Indigo #52148A

Tints of Indigo #52148A

Color information

#52148A (or 0x52148A) is unknown color: approx Indigo. HEX triplet: 52, 14 and 8A. RGB value is (82,20,138). Sum of RGB (Red+Green+Blue) = 82+20+138=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 138 (54.30% from 255 or 57.5% from 240); Max value from RGB is 138 - color contains mainly: blue. Hex color #52148A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52148A is #ADEB75. Grayscale: #333333. Windows color (decimal): -11398006 or 9049170. OLE color: 9049170.

HSL color Cylindrical-coordinate representation of color #52148A: hue angle of 271.53º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #52148A is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8220138-
CMYK0.410.8600.46
HSL271.53º74.68%30.98%-
HSV(B)271.53º85.51%54.12%-
XYZ8.324.1324.4-
YUV51.99176.54149.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.17%
GREEN value IS 20 (8.20% from 255) = 8.33%
BLUE value IS 138 (54.30% from 255) = 57.5%
R=34.17%
G=8.33%
B=57.5%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal82201380.410.8600.46271.5374.6830.98
Hex52148A295602E1104b1f
Octal122242125112605642011337
Binary1010010101001000101010100110101100101110100010000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52148A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52148A; }

 p { color: rgb(82,20,138); }

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

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

 a { background-color: rgb(82,20,138); }

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

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

 span { border-color: rgb(82,20,138); }

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