#5214A1

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

Shades of Indigo #5214A1

Tints of Indigo #5214A1

Color information

#5214A1 (or 0x5214A1) is unknown color: approx Indigo. HEX triplet: 52, 14 and A1. RGB value is (82,20,161). Sum of RGB (Red+Green+Blue) = 82+20+161=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 161 (63.28% from 255 or 61.22% from 263); Max value from RGB is 161 - color contains mainly: blue. Hex color #5214A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5214A1 is #ADEB5E. Grayscale: #363636. Windows color (decimal): -11397983 or 10556498. OLE color: 10556498.

HSL color Cylindrical-coordinate representation of color #5214A1: hue angle of 266.38º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5214A1 is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8220161-
CMYK0.490.8800.37
HSL266.38º77.9%35.49%-
HSV(B)266.38º87.58%63.14%-
XYZ10.164.8734.12-
YUV54.61188.04147.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.18%
GREEN value IS 20 (8.20% from 255) = 7.60%
BLUE value IS 161 (63.28% from 255) = 61.22%
R=31.18%
G=7.60%
B=61.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal82201610.490.8800.37266.3877.935.49
Hex5214A1315802510a4e23
Octal122242416113004541211643
Binary10100101010010100001110001101100001001011000010101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5214A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5214A1; }

 p { color: rgb(82,20,161); }

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

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

 a { background-color: rgb(82,20,161); }

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

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

 span { border-color: rgb(82,20,161); }

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