#530473

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

Shades of Indigo #530473

Tints of Indigo #530473

Color information

#530473 (or 0x530473) is unknown color: approx Indigo. HEX triplet: 53, 04 and 73. RGB value is (83,4,115). Sum of RGB (Red+Green+Blue) = 83+4+115=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 115 (45.31% from 255 or 56.93% from 202); Max value from RGB is 115 - color contains mainly: blue. Hex color #530473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530473 is #ACFB8C. Grayscale: #272727. Windows color (decimal): -11336589 or 7537747. OLE color: 7537747.

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

Color convert

RGB834115-
CMYK0.280.9700.55
HSL282.7º93.28%23.33%-
HSV(B)282.7º96.52%45.1%-
XYZ6.713.1616.48-
YUV40.28170.17158.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.09%
GREEN value IS 4 (1.95% from 255) = 1.98%
BLUE value IS 115 (45.31% from 255) = 56.93%
R=41.09%
G=1.98%
B=56.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8341150.280.9700.55282.793.2823.33
Hex534731C6103711b5d17
Octal12341633414106743313527
Binary101001110011100111110011000010110111100011011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530473; }

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

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

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

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

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

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

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

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