#530573

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

Shades of Indigo #530573

Tints of Indigo #530573

Color information

#530573 (or 0x530573) is unknown color: approx Indigo. HEX triplet: 53, 05 and 73. RGB value is (83,5,115). Sum of RGB (Red+Green+Blue) = 83+5+115=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #530573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530573 is #ACFA8C. Grayscale: #282828. Windows color (decimal): -11336333 or 7538003. OLE color: 7538003.

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

Color convert

RGB835115-
CMYK0.280.9600.55
HSL282.55º91.67%23.53%-
HSV(B)282.55º95.65%45.1%-
XYZ6.723.1916.48-
YUV40.86169.84158.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.89%
GREEN value IS 5 (2.34% from 255) = 2.46%
BLUE value IS 115 (45.31% from 255) = 56.65%
R=40.89%
G=2.46%
B=56.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8351150.280.9600.55282.5591.6723.53
Hex535731C6003711b5c18
Octal12351633414006743313430
Binary101001110111100111110011000000110111100011011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530573; }

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

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

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

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

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

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

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

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