#4816A1

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

Shades of Indigo #4816A1

Tints of Indigo #4816A1

Color information

#4816A1 (or 0x4816A1) is unknown color: approx Indigo. HEX triplet: 48, 16 and A1. RGB value is (72,22,161). Sum of RGB (Red+Green+Blue) = 72+22+161=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 161 (63.28% from 255 or 63.14% from 255); Max value from RGB is 161 - color contains mainly: blue. Hex color #4816A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4816A1 is #B7E95E. Grayscale: #343434. Windows color (decimal): -12052831 or 10557000. OLE color: 10557000.

HSL color Cylindrical-coordinate representation of color #4816A1: hue angle of 261.58º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4816A1 is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB7222161-
CMYK0.550.8600.37
HSL261.58º75.96%35.88%-
HSV(B)261.58º86.34%63.14%-
XYZ9.394.5234.1-
YUV52.8189.06141.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.24%
GREEN value IS 22 (8.98% from 255) = 8.63%
BLUE value IS 161 (63.28% from 255) = 63.14%
R=28.24%
G=8.63%
B=63.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal72221610.550.8600.37261.5875.9635.88
Hex4816A137560251064c24
Octal110262416712604540611444
Binary10010001011010100001110111101011001001011000001101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4816A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,22,161); }

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

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

 a { background-color: rgb(72,22,161); }

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

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

 span { border-color: rgb(72,22,161); }

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