#481584

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

Shades of Indigo #481584

Tints of Indigo #481584

Color information

#481584 (or 0x481584) is unknown color: approx Indigo. HEX triplet: 48, 15 and 84. RGB value is (72,21,132). Sum of RGB (Red+Green+Blue) = 72+21+132=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 132 (51.95% from 255 or 58.67% from 225); Max value from RGB is 132 - color contains mainly: blue. Hex color #481584 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481584 is #B7EA7B. Grayscale: #303030. Windows color (decimal): -12053116 or 8656200. OLE color: 8656200.

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

Color convert

RGB7221132-
CMYK0.450.8400.48
HSL267.57º72.55%30%-
HSV(B)267.57º84.09%51.76%-
XYZ7.113.5822.15-
YUV48.9174.9144.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32%
GREEN value IS 21 (8.59% from 255) = 9.33%
BLUE value IS 132 (51.95% from 255) = 58.67%
R=32%
G=9.33%
B=58.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72211320.450.8400.48267.5772.5530
Hex4815842D5403010c491e
Octal110252045512406041411136
Binary1001000101011000010010110110101000110000100001100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481584; }

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

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

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

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

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

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

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

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