#531289

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

Shades of Indigo #531289

Tints of Indigo #531289

Color information

#531289 (or 0x531289) is unknown color: approx Indigo. HEX triplet: 53, 12 and 89. RGB value is (83,18,137). Sum of RGB (Red+Green+Blue) = 83+18+137=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 137 (53.91% from 255 or 57.56% from 238); Max value from RGB is 137 - color contains mainly: blue. Hex color #531289 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531289 is #ACED76. Grayscale: #323232. Windows color (decimal): -11332983 or 8983123. OLE color: 8983123.

HSL color Cylindrical-coordinate representation of color #531289: hue angle of 272.77º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #531289 is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8318137-
CMYK0.390.8700.46
HSL272.77º76.77%30.39%-
HSV(B)272.77º86.86%53.73%-
XYZ8.34.0824.02-
YUV51176.53150.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.87%
GREEN value IS 18 (7.42% from 255) = 7.56%
BLUE value IS 137 (53.91% from 255) = 57.56%
R=34.87%
G=7.56%
B=57.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal83181370.390.8700.46272.7776.7730.39
Hex531289275702E1114d1e
Octal123222114712705642111536
Binary1010011100101000100110011110101110101110100010001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531289; }

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

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

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

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

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

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

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

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