#531773

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

Shades of Indigo #531773

Tints of Indigo #531773

Color information

#531773 (or 0x531773) is unknown color: approx Indigo. HEX triplet: 53, 17 and 73. RGB value is (83,23,115). Sum of RGB (Red+Green+Blue) = 83+23+115=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #531773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531773 is #ACE88C. Grayscale: #333333. Windows color (decimal): -11331725 or 7542611. OLE color: 7542611.

HSL color Cylindrical-coordinate representation of color #531773: hue angle of 279.13º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #531773 is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8323115-
CMYK0.280.8000.55
HSL279.13º66.67%27.06%-
HSV(B)279.13º80%45.1%-
XYZ6.973.6916.56-
YUV51.43163.88150.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.56%
GREEN value IS 23 (9.38% from 255) = 10.41%
BLUE value IS 115 (45.31% from 255) = 52.04%
R=37.56%
G=10.41%
B=52.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83231150.280.8000.55279.1366.6727.06
Hex5317731C50037117431b
Octal123271633412006742710333
Binary10100111011111100111110010100000110111100010111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531773; }

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

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

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

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

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

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

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

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