#530791

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

Shades of Indigo #530791

Tints of Indigo #530791

Color information

#530791 (or 0x530791) is unknown color: approx Indigo. HEX triplet: 53, 07 and 91. RGB value is (83,7,145). Sum of RGB (Red+Green+Blue) = 83+7+145=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 145 (57.03% from 255 or 61.70% from 235); Max value from RGB is 145 - color contains mainly: blue. Hex color #530791 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530791 is #ACF86E. Grayscale: #2C2C2C. Windows color (decimal): -11335791 or 9504595. OLE color: 9504595.

HSL color Cylindrical-coordinate representation of color #530791: hue angle of 273.04º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530791 is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB837145-
CMYK0.430.9500.43
HSL273.04º90.79%29.8%-
HSV(B)273.04º95.17%56.86%-
XYZ8.754.0427.11-
YUV45.46184.18154.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.32%
GREEN value IS 7 (3.12% from 255) = 2.98%
BLUE value IS 145 (57.03% from 255) = 61.70%
R=35.32%
G=2.98%
B=61.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal8371450.430.9500.43273.0490.7929.8
Hex537912B5F02B1115b1e
Octal12372215313705342113336
Binary10100111111001000110101110111110101011100010001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530791; }

 p { color: rgb(83,7,145); }

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

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

 a { background-color: rgb(83,7,145); }

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

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

 span { border-color: rgb(83,7,145); }

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