#52149B

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

Shades of Indigo #52149B

Tints of Indigo #52149B

Color information

#52149B (or 0x52149B) is unknown color: approx Indigo. HEX triplet: 52, 14 and 9B. RGB value is (82,20,155). Sum of RGB (Red+Green+Blue) = 82+20+155=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 155 (60.94% from 255 or 60.31% from 257); Max value from RGB is 155 - color contains mainly: blue. Hex color #52149B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52149B is #ADEB64. Grayscale: #353535. Windows color (decimal): -11397989 or 10163282. OLE color: 10163282.

HSL color Cylindrical-coordinate representation of color #52149B: hue angle of 267.56º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #52149B is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8220155-
CMYK0.470.8700.39
HSL267.56º77.14%34.31%-
HSV(B)267.56º87.1%60.78%-
XYZ9.654.6631.4-
YUV53.93185.04148.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.91%
GREEN value IS 20 (8.20% from 255) = 7.78%
BLUE value IS 155 (60.94% from 255) = 60.31%
R=31.91%
G=7.78%
B=60.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82201550.470.8700.39267.5677.1434.31
Hex52149B2F5702710c4d22
Octal122242335712704741411542
Binary10100101010010011011101111101011101001111000011001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52149B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52149B; }

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

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

<style>
 a { background-color: #52149B; }

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

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

<style>
 span { border-color: #52149B; }

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

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