#530579

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

Shades of Indigo #530579

Tints of Indigo #530579

Color information

#530579 (or 0x530579) is unknown color: approx Indigo. HEX triplet: 53, 05 and 79. RGB value is (83,5,121). Sum of RGB (Red+Green+Blue) = 83+5+121=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 121 (47.66% from 255 or 57.89% from 209); Max value from RGB is 121 - color contains mainly: blue. Hex color #530579 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530579 is #ACFA86. Grayscale: #292929. Windows color (decimal): -11336327 or 7931219. OLE color: 7931219.

HSL color Cylindrical-coordinate representation of color #530579: hue angle of 280.34º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #530579 is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB835121-
CMYK0.310.9600.53
HSL280.34º92.06%24.71%-
HSV(B)280.34º95.87%47.45%-
XYZ7.073.3318.36-
YUV41.55172.84157.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.71%
GREEN value IS 5 (2.34% from 255) = 2.39%
BLUE value IS 121 (47.66% from 255) = 57.89%
R=39.71%
G=2.39%
B=57.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8351210.310.9600.53280.3492.0624.71
Hex535791F600351185c19
Octal12351713714006543013431
Binary101001110111110011111111000000110101100011000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530579; }

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

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

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

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

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

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

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

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