#530578

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

Shades of Indigo #530578

Tints of Indigo #530578

Color information

#530578 (or 0x530578) is unknown color: approx Indigo. HEX triplet: 53, 05 and 78. RGB value is (83,5,120). Sum of RGB (Red+Green+Blue) = 83+5+120=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 120 (47.27% from 255 or 57.69% from 208); Max value from RGB is 120 - color contains mainly: blue. Hex color #530578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530578 is #ACFA87. Grayscale: #292929. Windows color (decimal): -11336328 or 7865683. OLE color: 7865683.

HSL color Cylindrical-coordinate representation of color #530578: hue angle of 280.7º 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 #530578 is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB835120-
CMYK0.310.9600.53
HSL280.7º92%24.51%-
HSV(B)280.7º95.83%47.06%-
XYZ7.013.318.04-
YUV41.43172.34157.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.90%
GREEN value IS 5 (2.34% from 255) = 2.40%
BLUE value IS 120 (47.27% from 255) = 57.69%
R=39.90%
G=2.40%
B=57.69%

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
Decimal8351200.310.9600.53280.79224.51
Hex535781F600351195c19
Octal12351703714006543113431
Binary101001110111110001111111000000110101100011001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530578; }

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

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

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

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

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

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

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

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