#481087

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

Shades of Indigo #481087

Tints of Indigo #481087

Color information

#481087 (or 0x481087) is unknown color: approx Indigo. HEX triplet: 48, 10 and 87. RGB value is (72,16,135). Sum of RGB (Red+Green+Blue) = 72+16+135=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 135 (53.12% from 255 or 60.54% from 223); Max value from RGB is 135 - color contains mainly: blue. Hex color #481087 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481087 is #B7EF78. Grayscale: #2D2D2D. Windows color (decimal): -12054393 or 8851528. OLE color: 8851528.

HSL color Cylindrical-coordinate representation of color #481087: hue angle of 268.24º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #481087 is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7216135-
CMYK0.470.8800.47
HSL268.24º78.81%29.61%-
HSV(B)268.24º88.15%52.94%-
XYZ7.233.523.22-
YUV46.31178.05146.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.29%
GREEN value IS 16 (6.64% from 255) = 7.17%
BLUE value IS 135 (53.12% from 255) = 60.54%
R=32.29%
G=7.17%
B=60.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72161350.470.8800.47268.2478.8129.61
Hex4810872F5802F10c4f1e
Octal110202075713005741411736
Binary1001000100001000011110111110110000101111100001100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481087; }

 p { color: rgb(72,16,135); }

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

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

 a { background-color: rgb(72,16,135); }

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

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

 span { border-color: rgb(72,16,135); }

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