#48079E

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

Shades of Indigo #48079E

Tints of Indigo #48079E

Color information

#48079E (or 0x48079E) is unknown color: approx Indigo. HEX triplet: 48, 07 and 9E. RGB value is (72,7,158). Sum of RGB (Red+Green+Blue) = 72+7+158=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 158 (62.11% from 255 or 66.67% from 237); Max value from RGB is 158 - color contains mainly: blue. Hex color #48079E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48079E is #B7F861. Grayscale: #2B2B2B. Windows color (decimal): -12056674 or 10356552. OLE color: 10356552.

HSL color Cylindrical-coordinate representation of color #48079E: hue angle of 265.83º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #48079E is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB727158-
CMYK0.540.9600.38
HSL265.83º91.52%32.35%-
HSV(B)265.83º95.57%61.96%-
XYZ8.92432.65-
YUV43.65192.53148.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.38%
GREEN value IS 7 (3.12% from 255) = 2.95%
BLUE value IS 158 (62.11% from 255) = 66.67%
R=30.38%
G=2.95%
B=66.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal7271580.540.9600.38265.8391.5232.35
Hex4879E366002610a5c20
Octal11072366614004641213440
Binary100100011110011110110110110000001001101000010101011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48079E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48079E; }

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

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

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

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

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

<style>
 span { border-color: #48079E; }

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

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