#481582

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

Shades of Indigo #481582

Tints of Indigo #481582

Color information

#481582 (or 0x481582) is unknown color: approx Indigo. HEX triplet: 48, 15 and 82. RGB value is (72,21,130). Sum of RGB (Red+Green+Blue) = 72+21+130=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 130 (51.17% from 255 or 58.30% from 223); Max value from RGB is 130 - color contains mainly: blue. Hex color #481582 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481582 is #B7EA7D. Grayscale: #303030. Windows color (decimal): -12053118 or 8525128. OLE color: 8525128.

HSL color Cylindrical-coordinate representation of color #481582: hue angle of 268.07º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #481582 is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7221130-
CMYK0.450.8400.49
HSL268.07º72.19%29.61%-
HSV(B)268.07º83.85%50.98%-
XYZ6.973.5321.43-
YUV48.68173.9144.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.29%
GREEN value IS 21 (8.59% from 255) = 9.42%
BLUE value IS 130 (51.17% from 255) = 58.30%
R=32.29%
G=9.42%
B=58.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72211300.450.8400.49268.0772.1929.61
Hex4815822D5403110c481e
Octal110252025512406141411036
Binary1001000101011000001010110110101000110001100001100100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481582; }

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

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

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

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

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

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

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

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