#481476

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

Shades of Indigo #481476

Tints of Indigo #481476

Color information

#481476 (or 0x481476) is unknown color: approx Indigo. HEX triplet: 48, 14 and 76. RGB value is (72,20,118). Sum of RGB (Red+Green+Blue) = 72+20+118=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 118 (46.48% from 255 or 56.19% from 210); Max value from RGB is 118 - color contains mainly: blue. Hex color #481476 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481476 is #B7EB89. Grayscale: #2E2E2E. Windows color (decimal): -12053386 or 7738440. OLE color: 7738440.

HSL color Cylindrical-coordinate representation of color #481476: hue angle of 271.84º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #481476 is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7220118-
CMYK0.390.8300.54
HSL271.84º71.01%27.06%-
HSV(B)271.84º83.05%46.27%-
XYZ6.193.1917.43-
YUV46.72168.23146.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.29%
GREEN value IS 20 (8.20% from 255) = 9.52%
BLUE value IS 118 (46.48% from 255) = 56.19%
R=34.29%
G=9.52%
B=56.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72201180.390.8300.54271.8471.0127.06
Hex4814762753036110471b
Octal110241664712306642010733
Binary100100010100111011010011110100110110110100010000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481476; }

 p { color: rgb(72,20,118); }

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

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

 a { background-color: rgb(72,20,118); }

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

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

 span { border-color: rgb(72,20,118); }

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