#481172

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

Shades of Indigo #481172

Tints of Indigo #481172

Color information

#481172 (or 0x481172) is unknown color: approx Indigo. HEX triplet: 48, 11 and 72. RGB value is (72,17,114). Sum of RGB (Red+Green+Blue) = 72+17+114=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #481172 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481172 is #B7EE8D. Grayscale: #2C2C2C. Windows color (decimal): -12054158 or 7475528. OLE color: 7475528.

HSL color Cylindrical-coordinate representation of color #481172: hue angle of 274.02º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #481172 is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7217114-
CMYK0.370.8500.55
HSL274.02º74.05%25.69%-
HSV(B)274.02º85.09%44.71%-
XYZ5.912.9916.19-
YUV44.5167.22147.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.47%
GREEN value IS 17 (7.03% from 255) = 8.37%
BLUE value IS 114 (44.92% from 255) = 56.16%
R=35.47%
G=8.37%
B=56.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72171140.370.8500.55274.0274.0525.69
Hex48117225550371124a1a
Octal110211624512506742211232
Binary100100010001111001010010110101010110111100010010100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481172; }

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

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

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

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

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

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

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

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