#4A048E

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

Shades of Indigo #4A048E

Tints of Indigo #4A048E

Color information

#4A048E (or 0x4A048E) is unknown color: approx Indigo. HEX triplet: 4A, 04 and 8E. RGB value is (74,4,142). Sum of RGB (Red+Green+Blue) = 74+4+142=220 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.64% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 142 (55.86% from 255 or 64.55% from 220); Max value from RGB is 142 - color contains mainly: blue. Hex color #4A048E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A048E is #B5FB71. Grayscale: #282828. Windows color (decimal): -11926386 or 9307210. OLE color: 9307210.

HSL color Cylindrical-coordinate representation of color #4A048E: hue angle of 270.43º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4A048E is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB744142-
CMYK0.480.9700.44
HSL270.43º94.52%28.63%-
HSV(B)270.43º97.18%55.69%-
XYZ7.753.525.86-
YUV40.66185.19151.78-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.64%
GREEN value IS 4 (1.95% from 255) = 1.82%
BLUE value IS 142 (55.86% from 255) = 64.55%
R=33.64%
G=1.82%
B=64.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7441420.480.9700.44270.4394.5228.63
Hex4A48E306102C10e5f1d
Octal11242166014105441613735
Binary10010101001000111011000011000010101100100001110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A048E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,4,142); }

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

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

 a { background-color: rgb(74,4,142); }

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

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

 span { border-color: rgb(74,4,142); }

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