#521A8B

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

Shades of Indigo #521A8B

Tints of Indigo #521A8B

Color information

#521A8B (or 0x521A8B) is unknown color: approx Indigo. HEX triplet: 52, 1A and 8B. RGB value is (82,26,139). Sum of RGB (Red+Green+Blue) = 82+26+139=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #521A8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521A8B is #ADE574. Grayscale: #373737. Windows color (decimal): -11396469 or 9116242. OLE color: 9116242.

HSL color Cylindrical-coordinate representation of color #521A8B: hue angle of 269.73º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #521A8B is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8226139-
CMYK0.410.8100.45
HSL269.73º68.48%32.35%-
HSV(B)269.73º81.29%54.51%-
XYZ8.514.424.83-
YUV55.63175.05146.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.20%
GREEN value IS 26 (10.55% from 255) = 10.53%
BLUE value IS 139 (54.69% from 255) = 56.28%
R=33.20%
G=10.53%
B=56.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82261390.410.8100.45269.7368.4832.35
Hex521A8B295102D10e4420
Octal122322135112105541610440
Binary10100101101010001011101001101000101011011000011101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521A8B; }

 p { color: rgb(82,26,139); }

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

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

 a { background-color: rgb(82,26,139); }

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

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

 span { border-color: rgb(82,26,139); }

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