#48008B

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

Shades of Indigo #48008B

Tints of Indigo #48008B

Color information

#48008B (or 0x48008B) is unknown color: approx Indigo. HEX triplet: 48, 00 and 8B. RGB value is (72,0,139). Sum of RGB (Red+Green+Blue) = 72+0+139=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 139 (54.69% from 255 or 65.88% from 211); Max value from RGB is 139 - color contains mainly: blue. Hex color #48008B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48008B is #B7FF74. Grayscale: #242424. Windows color (decimal): -12058485 or 9109576. OLE color: 9109576.

HSL color Cylindrical-coordinate representation of color #48008B: hue angle of 271.08º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #48008B is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB720139-
CMYK0.48100.45
HSL271.08º100%27.25%-
HSV(B)271.08º100%54.51%-
XYZ7.333.2424.67-
YUV37.37185.35152.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 139 (54.69% from 255) = 65.88%
R=34.12%
G=0%
B=65.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7201390.48100.45271.0810027.25
Hex4808B306402D10f641b
Octal11002136014405541714433
Binary100100001000101111000011001000101101100001111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48008B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,0,139); }

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

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

 a { background-color: rgb(72,0,139); }

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

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

 span { border-color: rgb(72,0,139); }

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