#48099b

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

Shades of Indigo #48099B

Tints of Indigo #48099B

Color information

#48099B (or 0x48099B) is unknown color: approx Indigo. HEX triplet: 48, 09 and 9B. RGB value is (72,9,155). Sum of RGB (Red+Green+Blue) = 72+9+155=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 155 (60.94% from 255 or 65.68% from 236); Max value from RGB is 155 - color contains mainly: blue. Hex color #48099B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48099B is #B7F664. Grayscale: #2B2B2B. Windows color (decimal): -12056165 or 10160456. OLE color: 10160456.

HSL color Cylindrical-coordinate representation of color #48099B: hue angle of 265.89º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #48099B is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB729155-
CMYK0.540.9400.39
HSL265.89º89.02%32.16%-
HSV(B)265.89º94.19%60.78%-
XYZ8.693.9431.31-
YUV44.48190.37147.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.51%
GREEN value IS 9 (3.91% from 255) = 3.81%
BLUE value IS 155 (60.94% from 255) = 65.68%
R=30.51%
G=3.81%
B=65.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal7291550.540.9400.39265.8989.0232.16
Hex4899B365E02710a5920
Octal110112336613604741213140
Binary1001000100110011011110110101111001001111000010101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48099b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48099b; }

 p { color: rgb(72,9,155); }

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

<style>
 a { background-color: #48099b; }

 a { background-color: rgb(72,9,155); }

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

<style>
 span { border-color: #48099b; }

 span { border-color: rgb(72,9,155); }

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