#531475

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

Shades of Indigo #531475

Tints of Indigo #531475

Color information

#531475 (or 0x531475) is unknown color: approx Indigo. HEX triplet: 53, 14 and 75. RGB value is (83,20,117). Sum of RGB (Red+Green+Blue) = 83+20+117=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #531475 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531475 is #ACEB8A. Grayscale: #313131. Windows color (decimal): -11332491 or 7672915. OLE color: 7672915.

HSL color Cylindrical-coordinate representation of color #531475: hue angle of 278.97º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #531475 is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8320117-
CMYK0.290.8300.54
HSL278.97º70.8%26.86%-
HSV(B)278.97º82.91%45.88%-
XYZ7.033.6217.16-
YUV49.9165.87151.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.73%
GREEN value IS 20 (8.20% from 255) = 9.09%
BLUE value IS 117 (46.09% from 255) = 53.18%
R=37.73%
G=9.09%
B=53.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83201170.290.8300.54278.9770.826.86
Hex5314751D53036117471b
Octal123241653512306642710733
Binary10100111010011101011110110100110110110100010111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531475; }

 p { color: rgb(83,20,117); }

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

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

 a { background-color: rgb(83,20,117); }

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

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

 span { border-color: rgb(83,20,117); }

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