#531A88

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

Shades of Indigo #531A88

Tints of Indigo #531A88

Color information

#531A88 (or 0x531A88) is unknown color: approx Indigo. HEX triplet: 53, 1A and 88. RGB value is (83,26,136). Sum of RGB (Red+Green+Blue) = 83+26+136=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 136 (53.52% from 255 or 55.51% from 245); Max value from RGB is 136 - color contains mainly: blue. Hex color #531A88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531A88 is #ACE577. Grayscale: #373737. Windows color (decimal): -11330936 or 8919635. OLE color: 8919635.

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

Color convert

RGB8326136-
CMYK0.390.8100.47
HSL271.09º67.9%31.76%-
HSV(B)271.09º80.88%53.33%-
XYZ8.384.3623.69-
YUV55.58173.38147.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.88%
GREEN value IS 26 (10.55% from 255) = 10.61%
BLUE value IS 136 (53.52% from 255) = 55.51%
R=33.88%
G=10.61%
B=55.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83261360.390.8100.47271.0967.931.76
Hex531A88275102F10f4420
Octal123322104712105741710440
Binary10100111101010001000100111101000101011111000011111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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