#4D0072

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

Shades of Indigo #4D0072

Tints of Indigo #4D0072

Color information

#4D0072 (or 0x4D0072) is unknown color: approx Indigo. HEX triplet: 4D, 00 and 72. RGB value is (77,0,114). Sum of RGB (Red+Green+Blue) = 77+0+114=191 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.31% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 114 (44.92% from 255 or 59.69% from 191); Max value from RGB is 114 - color contains mainly: blue. Hex color #4D0072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0072 is #B2FF8D. Grayscale: #232323. Windows color (decimal): -11730830 or 7471181. OLE color: 7471181.

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

Color convert

RGB770114-
CMYK0.32100.55
HSL280.53º100%22.35%-
HSV(B)280.53º100%44.71%-
XYZ6.12.7916.14-
YUV36.02172.01157.23-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 40.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 59.69%
R=40.31%
G=0%
B=59.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7701140.32100.55280.5310022.35
Hex4D07220640371196416
Octal11501624014406743114426
Binary10011010111001010000011001000110111100011001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,0,114); }

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

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

 a { background-color: rgb(77,0,114); }

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

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

 span { border-color: rgb(77,0,114); }

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