#48078a

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

Shades of Indigo #48078A

Tints of Indigo #48078A

Color information

#48078A (or 0x48078A) is unknown color: approx Indigo. HEX triplet: 48, 07 and 8A. RGB value is (72,7,138). Sum of RGB (Red+Green+Blue) = 72+7+138=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 138 (54.30% from 255 or 63.59% from 217); Max value from RGB is 138 - color contains mainly: blue. Hex color #48078A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48078A is #B7F875. Grayscale: #282828. Windows color (decimal): -12056694 or 9045832. OLE color: 9045832.

HSL color Cylindrical-coordinate representation of color #48078A: hue angle of 269.77º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #48078A is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB727138-
CMYK0.480.9500.46
HSL269.77º90.34%28.43%-
HSV(B)269.77º94.93%54.12%-
XYZ7.343.3624.31-
YUV41.37182.53149.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.18%
GREEN value IS 7 (3.12% from 255) = 3.23%
BLUE value IS 138 (54.30% from 255) = 63.59%
R=33.18%
G=3.23%
B=63.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal7271380.480.9500.46269.7790.3428.43
Hex4878A305F02E10e5a1c
Octal11072126013705641613234
Binary10010001111000101011000010111110101110100001110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48078a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48078a; }

 p { color: rgb(72,7,138); }

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

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

 a { background-color: rgb(72,7,138); }

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

<style>
 span { border-color: #48078a; }

 span { border-color: rgb(72,7,138); }

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