#48116A

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

Shades of Indigo #48116A

Tints of Indigo #48116A

Color information

#48116A (or 0x48116A) is unknown color: approx Indigo. HEX triplet: 48, 11 and 6A. RGB value is (72,17,106). Sum of RGB (Red+Green+Blue) = 72+17+106=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 106 (41.80% from 255 or 54.36% from 195); Max value from RGB is 106 - color contains mainly: blue. Hex color #48116A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48116A is #B7EE95. Grayscale: #2B2B2B. Windows color (decimal): -12054166 or 6951240. OLE color: 6951240.

HSL color Cylindrical-coordinate representation of color #48116A: hue angle of 277.08º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #48116A is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7217106-
CMYK0.320.8400.58
HSL277.08º72.36%24.12%-
HSV(B)277.08º83.96%41.57%-
XYZ5.472.8213.89-
YUV43.59163.22148.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.92%
GREEN value IS 17 (7.03% from 255) = 8.72%
BLUE value IS 106 (41.80% from 255) = 54.36%
R=36.92%
G=8.72%
B=54.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72171060.320.8400.58277.0872.3624.12
Hex48116A205403A1154818
Octal110211524012407242511030
Binary100100010001110101010000010101000111010100010101100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48116A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48116A; }

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

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

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

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

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

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

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

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