#48116D

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

Shades of Indigo #48116D

Tints of Indigo #48116D

Color information

#48116D (or 0x48116D) is unknown color: approx Indigo. HEX triplet: 48, 11 and 6D. RGB value is (72,17,109). Sum of RGB (Red+Green+Blue) = 72+17+109=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 109 (42.97% from 255 or 55.05% from 198); Max value from RGB is 109 - color contains mainly: blue. Hex color #48116D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48116D is #B7EE92. Grayscale: #2B2B2B. Windows color (decimal): -12054163 or 7147848. OLE color: 7147848.

HSL color Cylindrical-coordinate representation of color #48116D: hue angle of 275.87º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #48116D is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7217109-
CMYK0.340.8400.57
HSL275.87º73.02%24.71%-
HSV(B)275.87º84.4%42.75%-
XYZ5.632.8814.73-
YUV43.93164.72148.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.36%
GREEN value IS 17 (7.03% from 255) = 8.59%
BLUE value IS 109 (42.97% from 255) = 55.05%
R=36.36%
G=8.59%
B=55.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72171090.340.8400.57275.8773.0224.71
Hex48116D22540391144919
Octal110211554212407142411131
Binary100100010001110110110001010101000111001100010100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48116D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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