#48056C

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

Shades of Indigo #48056C

Tints of Indigo #48056C

Color information

#48056C (or 0x48056C) is unknown color: approx Indigo. HEX triplet: 48, 05 and 6C. RGB value is (72,5,108). Sum of RGB (Red+Green+Blue) = 72+5+108=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 108 (42.58% from 255 or 58.38% from 185); Max value from RGB is 108 - color contains mainly: blue. Hex color #48056C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48056C is #B7FA93. Grayscale: #242424. Windows color (decimal): -12057236 or 7079240. OLE color: 7079240.

HSL color Cylindrical-coordinate representation of color #48056C: hue angle of 279.03º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #48056C is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB725108-
CMYK0.330.9500.58
HSL279.03º91.15%22.16%-
HSV(B)279.03º95.37%42.35%-
XYZ5.432.5714.4-
YUV36.78168.2153.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.92%
GREEN value IS 5 (2.34% from 255) = 2.70%
BLUE value IS 108 (42.58% from 255) = 58.38%
R=38.92%
G=2.70%
B=58.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7251080.330.9500.58279.0391.1522.16
Hex4856C215F03A1175b16
Octal11051544113707242713326
Binary1001000101110110010000110111110111010100010111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48056C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48056C; }

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

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

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

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

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

<style>
 span { border-color: #48056C; }

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

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