#4D026E

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

Shades of Indigo #4D026E

Tints of Indigo #4D026E

Color information

#4D026E (or 0x4D026E) is unknown color: approx Indigo. HEX triplet: 4D, 02 and 6E. RGB value is (77,2,110). Sum of RGB (Red+Green+Blue) = 77+2+110=189 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.74% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 110 (43.36% from 255 or 58.20% from 189); Max value from RGB is 110 - color contains mainly: blue. Hex color #4D026E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D026E is #B2FD91. Grayscale: #242424. Windows color (decimal): -11730322 or 7209549. OLE color: 7209549.

HSL color Cylindrical-coordinate representation of color #4D026E: hue angle of 281.67º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D026E is Cyan = 0.3, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB772110-
CMYK0.30.9800.57
HSL281.67º96.43%21.96%-
HSV(B)281.67º98.18%43.14%-
XYZ5.92.7514.97-
YUV36.74169.35156.72-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 40.74%
GREEN value IS 2 (1.17% from 255) = 1.06%
BLUE value IS 110 (43.36% from 255) = 58.20%
R=40.74%
G=1.06%
B=58.20%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7721100.30.9800.57281.6796.4321.96
Hex4D26E1E6203911a6016
Octal11521563614207143214026
Binary10011011011011101111011000100111001100011010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D026E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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