#4C048B

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

Shades of Indigo #4C048B

Tints of Indigo #4C048B

Color information

#4C048B (or 0x4C048B) is unknown color: approx Indigo. HEX triplet: 4C, 04 and 8B. RGB value is (76,4,139). Sum of RGB (Red+Green+Blue) = 76+4+139=219 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.70% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 139 (54.69% from 255 or 63.47% from 219); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C048B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C048B is #B3FB74. Grayscale: #282828. Windows color (decimal): -11795317 or 9110604. OLE color: 9110604.

HSL color Cylindrical-coordinate representation of color #4C048B: hue angle of 272º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C048B is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB764139-
CMYK0.450.9700.45
HSL272º94.41%28.04%-
HSV(B)272º97.12%54.51%-
XYZ7.683.4924.69-
YUV40.92183.35153.02-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.70%
GREEN value IS 4 (1.95% from 255) = 1.83%
BLUE value IS 139 (54.69% from 255) = 63.47%
R=34.70%
G=1.83%
B=63.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7641390.450.9700.4527294.4128.04
Hex4C48B2D6102D1105e1c
Octal11442135514105542013634
Binary10011001001000101110110111000010101101100010000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C048B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C048B; }

 p { color: rgb(76,4,139); }

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

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

 a { background-color: rgb(76,4,139); }

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

<style>
 span { border-color: #4C048B; }

 span { border-color: rgb(76,4,139); }

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