#481482

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

Shades of Indigo #481482

Tints of Indigo #481482

Color information

#481482 (or 0x481482) is unknown color: approx Indigo. HEX triplet: 48, 14 and 82. RGB value is (72,20,130). Sum of RGB (Red+Green+Blue) = 72+20+130=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 130 (51.17% from 255 or 58.56% from 222); Max value from RGB is 130 - color contains mainly: blue. Hex color #481482 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481482 is #B7EB7D. Grayscale: #2F2F2F. Windows color (decimal): -12053374 or 8524872. OLE color: 8524872.

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

Color convert

RGB7220130-
CMYK0.450.8500.49
HSL268.36º73.33%29.41%-
HSV(B)268.36º84.62%50.98%-
XYZ6.953.4921.43-
YUV48.09174.23145.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.43%
GREEN value IS 20 (8.20% from 255) = 9.01%
BLUE value IS 130 (51.17% from 255) = 58.56%
R=32.43%
G=9.01%
B=58.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72201300.450.8500.49268.3673.3329.41
Hex4814822D5503110c491d
Octal110242025512506141411135
Binary1001000101001000001010110110101010110001100001100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481482; }

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

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

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

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

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

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

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

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