#4D058A

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

Shades of Indigo #4D058A

Tints of Indigo #4D058A

Color information

#4D058A (or 0x4D058A) is unknown color: approx Indigo. HEX triplet: 4D, 05 and 8A. RGB value is (77,5,138). Sum of RGB (Red+Green+Blue) = 77+5+138=220 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 138 (54.30% from 255 or 62.73% from 220); Max value from RGB is 138 - color contains mainly: blue. Hex color #4D058A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D058A is #B2FA75. Grayscale: #292929. Windows color (decimal): -11729526 or 9045325. OLE color: 9045325.

HSL color Cylindrical-coordinate representation of color #4D058A: hue angle of 272.48º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D058A is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB775138-
CMYK0.440.9600.46
HSL272.48º93.01%28.04%-
HSV(B)272.48º96.38%54.12%-
XYZ7.73.5224.32-
YUV41.69182.35153.19-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35%
GREEN value IS 5 (2.34% from 255) = 2.27%
BLUE value IS 138 (54.30% from 255) = 62.73%
R=35%
G=2.27%
B=62.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal7751380.440.9600.46272.4893.0128.04
Hex4D58A2C6002E1105d1c
Octal11552125414005642013534
Binary10011011011000101010110011000000101110100010000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D058A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,5,138); }

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

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

 a { background-color: rgb(77,5,138); }

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

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

 span { border-color: rgb(77,5,138); }

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