#531185

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

Shades of Indigo #531185

Tints of Indigo #531185

Color information

#531185 (or 0x531185) is unknown color: approx Indigo. HEX triplet: 53, 11 and 85. RGB value is (83,17,133). Sum of RGB (Red+Green+Blue) = 83+17+133=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 133 (52.34% from 255 or 57.08% from 233); Max value from RGB is 133 - color contains mainly: blue. Hex color #531185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531185 is #ACEE7A. Grayscale: #313131. Windows color (decimal): -11333243 or 8720723. OLE color: 8720723.

HSL color Cylindrical-coordinate representation of color #531185: hue angle of 274.14º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #531185 is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8317133-
CMYK0.380.8700.48
HSL274.14º77.33%29.41%-
HSV(B)274.14º87.22%52.16%-
XYZ83.9322.53-
YUV49.96174.87151.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.62%
GREEN value IS 17 (7.03% from 255) = 7.30%
BLUE value IS 133 (52.34% from 255) = 57.08%
R=35.62%
G=7.30%
B=57.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal83171330.380.8700.48274.1477.3329.41
Hex53118526570301124d1d
Octal123212054612706042211535
Binary1010011100011000010110011010101110110000100010010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531185; }

 p { color: rgb(83,17,133); }

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

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

 a { background-color: rgb(83,17,133); }

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

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

 span { border-color: rgb(83,17,133); }

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