#48046B

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

Shades of Indigo #48046B

Tints of Indigo #48046B

Color information

#48046B (or 0x48046B) is unknown color: approx Indigo. HEX triplet: 48, 04 and 6B. RGB value is (72,4,107). Sum of RGB (Red+Green+Blue) = 72+4+107=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 107 (42.19% from 255 or 58.47% from 183); Max value from RGB is 107 - color contains mainly: blue. Hex color #48046B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48046B is #B7FB94. Grayscale: #232323. Windows color (decimal): -12057493 or 7013448. OLE color: 7013448.

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

Color convert

RGB724107-
CMYK0.330.9600.58
HSL279.61º92.79%21.76%-
HSV(B)279.61º96.26%41.96%-
XYZ5.372.5314.11-
YUV36.07168.03153.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.34%
GREEN value IS 4 (1.95% from 255) = 2.19%
BLUE value IS 107 (42.19% from 255) = 58.47%
R=39.34%
G=2.19%
B=58.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7241070.330.9600.58279.6192.7921.76
Hex4846B216003A1185d16
Octal11041534114007243013526
Binary1001000100110101110000111000000111010100011000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48046B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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