#48046E

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

Shades of Indigo #48046E

Tints of Indigo #48046E

Color information

#48046E (or 0x48046E) is unknown color: approx Indigo. HEX triplet: 48, 04 and 6E. RGB value is (72,4,110). Sum of RGB (Red+Green+Blue) = 72+4+110=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 110 (43.36% from 255 or 59.14% from 186); Max value from RGB is 110 - color contains mainly: blue. Hex color #48046E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48046E is #B7FB91. Grayscale: #242424. Windows color (decimal): -12057490 or 7210056. OLE color: 7210056.

HSL color Cylindrical-coordinate representation of color #48046E: hue angle of 278.49º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #48046E is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB724110-
CMYK0.350.9600.57
HSL278.49º92.98%22.35%-
HSV(B)278.49º96.36%43.14%-
XYZ5.532.5914.96-
YUV36.42169.53153.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.71%
GREEN value IS 4 (1.95% from 255) = 2.15%
BLUE value IS 110 (43.36% from 255) = 59.14%
R=38.71%
G=2.15%
B=59.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7241100.350.9600.57278.4992.9822.35
Hex4846E23600391165d16
Octal11041564314007142613526
Binary1001000100110111010001111000000111001100010110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48046E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48046E; }

 p { color: rgb(72,4,110); }

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

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

 a { background-color: rgb(72,4,110); }

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

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

 span { border-color: rgb(72,4,110); }

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