#531A8A

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

Shades of Indigo #531A8A

Tints of Indigo #531A8A

Color information

#531A8A (or 0x531A8A) is unknown color: approx Indigo. HEX triplet: 53, 1A and 8A. RGB value is (83,26,138). Sum of RGB (Red+Green+Blue) = 83+26+138=247 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.60% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 138 (54.30% from 255 or 55.87% from 247); Max value from RGB is 138 - color contains mainly: blue. Hex color #531A8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531A8A is #ACE575. Grayscale: #373737. Windows color (decimal): -11330934 or 9050707. OLE color: 9050707.

HSL color Cylindrical-coordinate representation of color #531A8A: hue angle of 270.54º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #531A8A is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8326138-
CMYK0.400.8100.46
HSL270.54º68.29%32.16%-
HSV(B)270.54º81.16%54.12%-
XYZ8.524.4124.45-
YUV55.81174.38147.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.60%
GREEN value IS 26 (10.55% from 255) = 10.53%
BLUE value IS 138 (54.30% from 255) = 55.87%
R=33.60%
G=10.53%
B=55.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal83261380.400.8100.46270.5468.2932.16
Hex531A8A285102E10f4420
Octal123322125012105641710440
Binary10100111101010001010101000101000101011101000011111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531A8A; }

 p { color: rgb(83,26,138); }

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

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

 a { background-color: rgb(83,26,138); }

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

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

 span { border-color: rgb(83,26,138); }

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