#531273

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

Shades of Indigo #531273

Tints of Indigo #531273

Color information

#531273 (or 0x531273) is unknown color: approx Indigo. HEX triplet: 53, 12 and 73. RGB value is (83,18,115). Sum of RGB (Red+Green+Blue) = 83+18+115=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 115 (45.31% from 255 or 53.24% from 216); Max value from RGB is 115 - color contains mainly: blue. Hex color #531273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531273 is #ACED8C. Grayscale: #303030. Windows color (decimal): -11333005 or 7541331. OLE color: 7541331.

HSL color Cylindrical-coordinate representation of color #531273: hue angle of 280.21º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #531273 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8318115-
CMYK0.280.8400.55
HSL280.21º72.93%26.08%-
HSV(B)280.21º84.35%45.1%-
XYZ6.883.5116.53-
YUV48.49165.53152.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.43%
GREEN value IS 18 (7.42% from 255) = 8.33%
BLUE value IS 115 (45.31% from 255) = 53.24%
R=38.43%
G=8.33%
B=53.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83181150.280.8400.55280.2172.9326.08
Hex5312731C54037118491a
Octal123221633412406743011132
Binary10100111001011100111110010101000110111100011000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531273; }

 p { color: rgb(83,18,115); }

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

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

 a { background-color: rgb(83,18,115); }

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

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

 span { border-color: rgb(83,18,115); }

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