#481576

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

Shades of Indigo #481576

Tints of Indigo #481576

Color information

#481576 (or 0x481576) is unknown color: approx Indigo. HEX triplet: 48, 15 and 76. RGB value is (72,21,118). Sum of RGB (Red+Green+Blue) = 72+21+118=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 118 (46.48% from 255 or 55.92% from 211); Max value from RGB is 118 - color contains mainly: blue. Hex color #481576 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481576 is #B7EA89. Grayscale: #2E2E2E. Windows color (decimal): -12053130 or 7738696. OLE color: 7738696.

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

Color convert

RGB7221118-
CMYK0.390.8200.54
HSL271.55º69.78%27.25%-
HSV(B)271.55º82.2%46.27%-
XYZ6.213.2217.43-
YUV47.31167.9145.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.12%
GREEN value IS 21 (8.59% from 255) = 9.95%
BLUE value IS 118 (46.48% from 255) = 55.92%
R=34.12%
G=9.95%
B=55.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72211180.390.8200.54271.5569.7827.25
Hex4815762752036110461b
Octal110251664712206642010633
Binary100100010101111011010011110100100110110100010000100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481576; }

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

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

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

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

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

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

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

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