#48179B

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

Shades of Indigo #48179B

Tints of Indigo #48179B

Color information

#48179B (or 0x48179B) is unknown color: approx Indigo. HEX triplet: 48, 17 and 9B. RGB value is (72,23,155). Sum of RGB (Red+Green+Blue) = 72+23+155=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 155 (60.94% from 255 or 62% from 250); Max value from RGB is 155 - color contains mainly: blue. Hex color #48179B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48179B is #B7E864. Grayscale: #343434. Windows color (decimal): -12052581 or 10164040. OLE color: 10164040.

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

Color convert

RGB7223155-
CMYK0.540.8500.39
HSL262.27º74.16%34.9%-
HSV(B)262.27º85.16%60.78%-
XYZ8.94.3631.38-
YUV52.7185.73141.77-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.8%
GREEN value IS 23 (9.38% from 255) = 9.2%
BLUE value IS 155 (60.94% from 255) = 62%
R=28.8%
G=9.2%
B=62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal72231550.540.8500.39262.2774.1634.9
Hex48179B36550271064a23
Octal110272336612504740611243
Binary10010001011110011011110110101010101001111000001101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48179B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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