#531290

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

Shades of Indigo #531290

Tints of Indigo #531290

Color information

#531290 (or 0x531290) is unknown color: approx Indigo. HEX triplet: 53, 12 and 90. RGB value is (83,18,144). Sum of RGB (Red+Green+Blue) = 83+18+144=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 144 (56.64% from 255 or 58.78% from 245); Max value from RGB is 144 - color contains mainly: blue. Hex color #531290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531290 is #ACED6F. Grayscale: #333333. Windows color (decimal): -11332976 or 9441875. OLE color: 9441875.

HSL color Cylindrical-coordinate representation of color #531290: hue angle of 270.95º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #531290 is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8318144-
CMYK0.420.8800.44
HSL270.95º77.78%31.76%-
HSV(B)270.95º87.5%56.47%-
XYZ8.824.2926.75-
YUV51.8180.03150.25-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.88%
GREEN value IS 18 (7.42% from 255) = 7.35%
BLUE value IS 144 (56.64% from 255) = 58.78%
R=33.88%
G=7.35%
B=58.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83181440.420.8800.44270.9577.7831.76
Hex5312902A5802C10f4e20
Octal123222205213005441711640
Binary10100111001010010000101010101100001011001000011111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531290; }

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

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

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

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

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

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

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

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