#481084

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

Shades of Indigo #481084

Tints of Indigo #481084

Color information

#481084 (or 0x481084) is unknown color: approx Indigo. HEX triplet: 48, 10 and 84. RGB value is (72,16,132). Sum of RGB (Red+Green+Blue) = 72+16+132=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 132 (51.95% from 255 or 60% from 220); Max value from RGB is 132 - color contains mainly: blue. Hex color #481084 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481084 is #B7EF7B. Grayscale: #2D2D2D. Windows color (decimal): -12054396 or 8654920. OLE color: 8654920.

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

Color convert

RGB7216132-
CMYK0.450.8800.48
HSL268.97º78.38%29.02%-
HSV(B)268.97º87.88%51.76%-
XYZ7.023.4122.12-
YUV45.97176.55146.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.73%
GREEN value IS 16 (6.64% from 255) = 7.27%
BLUE value IS 132 (51.95% from 255) = 60%
R=32.73%
G=7.27%
B=60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72161320.450.8800.48268.9778.3829.02
Hex4810842D5803010d4e1d
Octal110202045513006041511635
Binary1001000100001000010010110110110000110000100001101100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481084; }

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

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

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

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

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

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

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

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