#481171

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

Shades of Indigo #481171

Tints of Indigo #481171

Color information

#481171 (or 0x481171) is unknown color: approx Indigo. HEX triplet: 48, 11 and 71. RGB value is (72,17,113). Sum of RGB (Red+Green+Blue) = 72+17+113=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 113 (44.53% from 255 or 55.94% from 202); Max value from RGB is 113 - color contains mainly: blue. Hex color #481171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481171 is #B7EE8E. Grayscale: #2C2C2C. Windows color (decimal): -12054159 or 7409992. OLE color: 7409992.

HSL color Cylindrical-coordinate representation of color #481171: hue angle of 274.38º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #481171 is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7217113-
CMYK0.360.8500.56
HSL274.38º73.85%25.49%-
HSV(B)274.38º84.96%44.31%-
XYZ5.852.9715.89-
YUV44.39166.72147.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.64%
GREEN value IS 17 (7.03% from 255) = 8.42%
BLUE value IS 113 (44.53% from 255) = 55.94%
R=35.64%
G=8.42%
B=55.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72171130.360.8500.56274.3873.8525.49
Hex48117124550381124a19
Octal110211614412507042211231
Binary100100010001111000110010010101010111000100010010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481171; }

 p { color: rgb(72,17,113); }

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

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

 a { background-color: rgb(72,17,113); }

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

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

 span { border-color: rgb(72,17,113); }

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