#481580

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

Shades of Indigo #481580

Tints of Indigo #481580

Color information

#481580 (or 0x481580) is unknown color: approx Indigo. HEX triplet: 48, 15 and 80. RGB value is (72,21,128). Sum of RGB (Red+Green+Blue) = 72+21+128=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 128 (50.39% from 255 or 57.92% from 221); Max value from RGB is 128 - color contains mainly: blue. Hex color #481580 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481580 is #B7EA7F. Grayscale: #303030. Windows color (decimal): -12053120 or 8394056. OLE color: 8394056.

HSL color Cylindrical-coordinate representation of color #481580: hue angle of 268.6º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #481580 is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7221128-
CMYK0.440.8400.50
HSL268.6º71.81%29.22%-
HSV(B)268.6º83.59%50.2%-
XYZ6.843.4720.73-
YUV48.45172.9144.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.58%
GREEN value IS 21 (8.59% from 255) = 9.50%
BLUE value IS 128 (50.39% from 255) = 57.92%
R=32.58%
G=9.50%
B=57.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72211280.440.8400.50268.671.8129.22
Hex4815802C5403210d481d
Octal110252005412406241511035
Binary1001000101011000000010110010101000110010100001101100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481580; }

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

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

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

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

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

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

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

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