#48078D

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

Shades of Indigo #48078D

Tints of Indigo #48078D

Color information

#48078D (or 0x48078D) is unknown color: approx Indigo. HEX triplet: 48, 07 and 8D. RGB value is (72,7,141). Sum of RGB (Red+Green+Blue) = 72+7+141=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 141 (55.47% from 255 or 64.09% from 220); Max value from RGB is 141 - color contains mainly: blue. Hex color #48078D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48078D is #B7F872. Grayscale: #292929. Windows color (decimal): -12056691 or 9242440. OLE color: 9242440.

HSL color Cylindrical-coordinate representation of color #48078D: hue angle of 269.1º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #48078D is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB727141-
CMYK0.490.9500.45
HSL269.1º90.54%29.02%-
HSV(B)269.1º95.04%55.29%-
XYZ7.563.4525.47-
YUV41.71184.03149.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.73%
GREEN value IS 7 (3.12% from 255) = 3.18%
BLUE value IS 141 (55.47% from 255) = 64.09%
R=32.73%
G=3.18%
B=64.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7271410.490.9500.45269.190.5429.02
Hex4878D315F02D10d5b1d
Octal11072156113705541513335
Binary10010001111000110111000110111110101101100001101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48078D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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