#530060

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

Shades of Indigo #530060

Tints of Indigo #530060

Color information

#530060 (or 0x530060) is unknown color: approx Indigo. HEX triplet: 53, 00 and 60. RGB value is (83,0,96). Sum of RGB (Red+Green+Blue) = 83+0+96=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 96 (37.89% from 255 or 53.63% from 179); Max value from RGB is 96 - color contains mainly: blue. Hex color #530060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530060 is #ACFF9F. Grayscale: #232323. Windows color (decimal): -11337632 or 6291539. OLE color: 6291539.

HSL color Cylindrical-coordinate representation of color #530060: hue angle of 291.88º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #530060 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB83096-
CMYK0.14100.62
HSL291.88º100%18.82%-
HSV(B)291.88º100%37.65%-
XYZ5.682.6811.29-
YUV35.76162161.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.37%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 53.63%
R=46.37%
G=0%
B=53.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal830960.14100.62291.8810018.82
Hex53060E6403E1246413
Octal12301401614407644414423
Binary101001101100000111011001000111110100100100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530060; }

 p { color: rgb(83,0,96); }

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

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

 a { background-color: rgb(83,0,96); }

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

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

 span { border-color: rgb(83,0,96); }

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