#52047E

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

Shades of Indigo #52047E

Tints of Indigo #52047E

Color information

#52047E (or 0x52047E) is unknown color: approx Indigo. HEX triplet: 52, 04 and 7E. RGB value is (82,4,126). Sum of RGB (Red+Green+Blue) = 82+4+126=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 126 (49.61% from 255 or 59.43% from 212); Max value from RGB is 126 - color contains mainly: blue. Hex color #52047E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52047E is #ADFB81. Grayscale: #282828. Windows color (decimal): -11402114 or 8258642. OLE color: 8258642.

HSL color Cylindrical-coordinate representation of color #52047E: hue angle of 278.36º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #52047E is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB824126-
CMYK0.350.9700.51
HSL278.36º93.85%25.49%-
HSV(B)278.36º96.83%49.41%-
XYZ7.293.3920.01-
YUV41.23175.84157.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.68%
GREEN value IS 4 (1.95% from 255) = 1.89%
BLUE value IS 126 (49.61% from 255) = 59.43%
R=38.68%
G=1.89%
B=59.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal8241260.350.9700.51278.3693.8525.49
Hex5247E23610331165e19
Octal12241764314106342613631
Binary1010010100111111010001111000010110011100010110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52047E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52047E; }

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

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

<style>
 a { background-color: #52047E; }

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

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

<style>
 span { border-color: #52047E; }

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

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