#4D028D

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

Shades of Indigo #4D028D

Tints of Indigo #4D028D

Color information

#4D028D (or 0x4D028D) is unknown color: approx Indigo. HEX triplet: 4D, 02 and 8D. RGB value is (77,2,141). Sum of RGB (Red+Green+Blue) = 77+2+141=220 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35% from 220); Green value is 2 (1.17% from 255 or 0.91% 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 #4D028D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D028D is #B2FD72. Grayscale: #272727. Windows color (decimal): -11730291 or 9241165. OLE color: 9241165.

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

Color convert

RGB772141-
CMYK0.450.9900.45
HSL272.37º97.2%28.04%-
HSV(B)272.37º98.58%55.29%-
XYZ7.893.5425.47-
YUV40.27184.85154.2-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35%
GREEN value IS 2 (1.17% from 255) = 0.91%
BLUE value IS 141 (55.47% from 255) = 64.09%
R=35%
G=0.91%
B=64.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7721410.450.9900.45272.3797.228.04
Hex4D28D2D6302D110611c
Octal11522155514305542014134
Binary1001101101000110110110111000110101101100010000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D028D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,2,141); }

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

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

 a { background-color: rgb(77,2,141); }

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

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

 span { border-color: rgb(77,2,141); }

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