#531570

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

Shades of Indigo #531570

Tints of Indigo #531570

Color information

#531570 (or 0x531570) is unknown color: approx Indigo. HEX triplet: 53, 15 and 70. RGB value is (83,21,112). Sum of RGB (Red+Green+Blue) = 83+21+112=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 112 (44.14% from 255 or 51.85% from 216); Max value from RGB is 112 - color contains mainly: blue. Hex color #531570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531570 is #ACEA8F. Grayscale: #313131. Windows color (decimal): -11332240 or 7345491. OLE color: 7345491.

HSL color Cylindrical-coordinate representation of color #531570: hue angle of 280.88º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #531570 is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8321112-
CMYK0.260.8100.56
HSL280.88º68.42%26.08%-
HSV(B)280.88º81.25%43.92%-
XYZ6.763.5515.66-
YUV49.91163.04151.6-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.43%
GREEN value IS 21 (8.59% from 255) = 9.72%
BLUE value IS 112 (44.14% from 255) = 51.85%
R=38.43%
G=9.72%
B=51.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83211120.260.8100.56280.8868.4226.08
Hex5315701A51038119441a
Octal123251603212107043110432
Binary10100111010111100001101010100010111000100011001100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531570; }

 p { color: rgb(83,21,112); }

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

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

 a { background-color: rgb(83,21,112); }

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

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

 span { border-color: rgb(83,21,112); }

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