#530160

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

Shades of Indigo #530160

Tints of Indigo #530160

Color information

#530160 (or 0x530160) is unknown color: approx Indigo. HEX triplet: 53, 01 and 60. RGB value is (83,1,96). Sum of RGB (Red+Green+Blue) = 83+1+96=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 96 (37.89% from 255 or 53.33% from 180); Max value from RGB is 96 - color contains mainly: blue. Hex color #530160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530160 is #ACFE9F. Grayscale: #242424. Windows color (decimal): -11337376 or 6291795. OLE color: 6291795.

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

Color convert

RGB83196-
CMYK0.140.9900.62
HSL291.79º97.94%19.02%-
HSV(B)291.79º98.96%37.65%-
XYZ5.692.7111.29-
YUV36.35161.67161.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.11%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 96 (37.89% from 255) = 53.33%
R=46.11%
G=0.56%
B=53.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal831960.140.9900.62291.7997.9419.02
Hex53160E6303E1246213
Octal12311401614307644414223
Binary101001111100000111011000110111110100100100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530160; }

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

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

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

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

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

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

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

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