#48055D

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

Shades of Indigo #48055D

Tints of Indigo #48055D

Color information

#48055D (or 0x48055D) is unknown color: approx Indigo. HEX triplet: 48, 05 and 5D. RGB value is (72,5,93). Sum of RGB (Red+Green+Blue) = 72+5+93=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 93 (36.72% from 255 or 54.71% from 170); Max value from RGB is 93 - color contains mainly: blue. Hex color #48055D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48055D is #B7FAA2. Grayscale: #222222. Windows color (decimal): -12057251 or 6096200. OLE color: 6096200.

HSL color Cylindrical-coordinate representation of color #48055D: hue angle of 285.68º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #48055D is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB72593-
CMYK0.230.9500.64
HSL285.68º89.8%19.22%-
HSV(B)285.68º94.62%36.47%-
XYZ4.72.2810.55-
YUV35.06160.7154.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.35%
GREEN value IS 5 (2.34% from 255) = 2.94%
BLUE value IS 93 (36.72% from 255) = 54.71%
R=42.35%
G=2.94%
B=54.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal725930.230.9500.64285.6889.819.22
Hex4855D175F04011e5a13
Octal110513527137010043613223
Binary1001000101101110110111101111101000000100011110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48055D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,5,93); }

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

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

 a { background-color: rgb(72,5,93); }

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

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

 span { border-color: rgb(72,5,93); }

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