#531A95

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

Shades of Indigo #531A95

Tints of Indigo #531A95

Color information

#531A95 (or 0x531A95) is unknown color: approx Indigo. HEX triplet: 53, 1A and 95. RGB value is (83,26,149). Sum of RGB (Red+Green+Blue) = 83+26+149=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 149 (58.59% from 255 or 57.75% from 258); Max value from RGB is 149 - color contains mainly: blue. Hex color #531A95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531A95 is #ACE56A. Grayscale: #383838. Windows color (decimal): -11330923 or 9771603. OLE color: 9771603.

HSL color Cylindrical-coordinate representation of color #531A95: hue angle of 267.8º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #531A95 is Cyan = 0.44, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8326149-
CMYK0.440.8300.42
HSL267.8º70.29%34.31%-
HSV(B)267.8º82.55%58.43%-
XYZ9.364.7528.86-
YUV57.06179.88146.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.17%
GREEN value IS 26 (10.55% from 255) = 10.08%
BLUE value IS 149 (58.59% from 255) = 57.75%
R=32.17%
G=10.08%
B=57.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83261490.440.8300.42267.870.2934.31
Hex531A952C5302A10c4622
Octal123322255412305241410642
Binary10100111101010010101101100101001101010101000011001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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