#4D0882

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

Shades of Indigo #4D0882

Tints of Indigo #4D0882

Color information

#4D0882 (or 0x4D0882) is unknown color: approx Indigo. HEX triplet: 4D, 08 and 82. RGB value is (77,8,130). Sum of RGB (Red+Green+Blue) = 77+8+130=215 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.81% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 130 (51.17% from 255 or 60.47% from 215); Max value from RGB is 130 - color contains mainly: blue. Hex color #4D0882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0882 is #B2F77D. Grayscale: #2A2A2A. Windows color (decimal): -11728766 or 8521805. OLE color: 8521805.

HSL color Cylindrical-coordinate representation of color #4D0882: hue angle of 273.93º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D0882 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB778130-
CMYK0.410.9400.49
HSL273.93º88.41%27.06%-
HSV(B)273.93º93.85%50.98%-
XYZ7.183.3621.39-
YUV42.54177.36152.58-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35.81%
GREEN value IS 8 (3.52% from 255) = 3.72%
BLUE value IS 130 (51.17% from 255) = 60.47%
R=35.81%
G=3.72%
B=60.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7781300.410.9400.49273.9388.4127.06
Hex4D882295E031112581b
Octal115102025113606142213033
Binary100110110001000001010100110111100110001100010010101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,8,130); }

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

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

 a { background-color: rgb(77,8,130); }

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

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

 span { border-color: rgb(77,8,130); }

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