#48046D

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

Shades of Indigo #48046D

Tints of Indigo #48046D

Color information

#48046D (or 0x48046D) is unknown color: approx Indigo. HEX triplet: 48, 04 and 6D. RGB value is (72,4,109). Sum of RGB (Red+Green+Blue) = 72+4+109=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 109 (42.97% from 255 or 58.92% from 185); Max value from RGB is 109 - color contains mainly: blue. Hex color #48046D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48046D is #B7FB92. Grayscale: #232323. Windows color (decimal): -12057491 or 7144520. OLE color: 7144520.

HSL color Cylindrical-coordinate representation of color #48046D: hue angle of 278.86º 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 #48046D is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB724109-
CMYK0.340.9600.57
HSL278.86º92.92%22.16%-
HSV(B)278.86º96.33%42.75%-
XYZ5.482.5714.68-
YUV36.3169.03153.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.92%
GREEN value IS 4 (1.95% from 255) = 2.16%
BLUE value IS 109 (42.97% from 255) = 58.92%
R=38.92%
G=2.16%
B=58.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7241090.340.9600.57278.8692.9222.16
Hex4846D22600391175d16
Octal11041554214007142713526
Binary1001000100110110110001011000000111001100010111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48046D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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