#530291

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

Shades of Indigo #530291

Tints of Indigo #530291

Color information

#530291 (or 0x530291) is unknown color: approx Indigo. HEX triplet: 53, 02 and 91. RGB value is (83,2,145). Sum of RGB (Red+Green+Blue) = 83+2+145=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 145 (57.03% from 255 or 63.04% from 230); Max value from RGB is 145 - color contains mainly: blue. Hex color #530291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530291 is #ACFD6E. Grayscale: #2A2A2A. Windows color (decimal): -11337071 or 9503315. OLE color: 9503315.

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

Color convert

RGB832145-
CMYK0.430.9900.43
HSL273.99º97.28%28.82%-
HSV(B)273.99º98.62%56.86%-
XYZ8.73.9327.09-
YUV42.52185.84156.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.09%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 145 (57.03% from 255) = 63.04%
R=36.09%
G=0.87%
B=63.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal8321450.430.9900.43273.9997.2828.82
Hex532912B6302B112611d
Octal12322215314305342214135
Binary1010011101001000110101111000110101011100010010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530291; }

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

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

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

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

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

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

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

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