#53048C

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

Shades of Indigo #53048C

Tints of Indigo #53048C

Color information

#53048C (or 0x53048C) is unknown color: approx Indigo. HEX triplet: 53, 04 and 8C. RGB value is (83,4,140). Sum of RGB (Red+Green+Blue) = 83+4+140=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 140 (55.08% from 255 or 61.67% from 227); Max value from RGB is 140 - color contains mainly: blue. Hex color #53048C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53048C is #ACFB73. Grayscale: #2A2A2A. Windows color (decimal): -11336564 or 9176147. OLE color: 9176147.

HSL color Cylindrical-coordinate representation of color #53048C: hue angle of 274.85º 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 #53048C is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB834140-
CMYK0.410.9700.45
HSL274.85º94.44%28.24%-
HSV(B)274.85º97.14%54.9%-
XYZ8.343.8225.11-
YUV43.12182.67156.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.56%
GREEN value IS 4 (1.95% from 255) = 1.76%
BLUE value IS 140 (55.08% from 255) = 61.67%
R=36.56%
G=1.76%
B=61.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8341400.410.9700.45274.8594.4428.24
Hex5348C296102D1135e1c
Octal12342145114105542313634
Binary10100111001000110010100111000010101101100010011101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53048C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53048C; }

 p { color: rgb(83,4,140); }

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

<style>
 a { background-color: #53048C; }

 a { background-color: rgb(83,4,140); }

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

<style>
 span { border-color: #53048C; }

 span { border-color: rgb(83,4,140); }

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