#4D0372

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

Shades of Indigo #4D0372

Tints of Indigo #4D0372

Color information

#4D0372 (or 0x4D0372) is unknown color: approx Indigo. HEX triplet: 4D, 03 and 72. RGB value is (77,3,114). Sum of RGB (Red+Green+Blue) = 77+3+114=194 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.69% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 114 (44.92% from 255 or 58.76% from 194); Max value from RGB is 114 - color contains mainly: blue. Hex color #4D0372 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0372 is #B2FC8D. Grayscale: #252525. Windows color (decimal): -11730062 or 7471949. OLE color: 7471949.

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

Color convert

RGB773114-
CMYK0.320.9700.55
HSL280º94.87%22.94%-
HSV(B)280º97.37%44.71%-
XYZ6.132.8616.15-
YUV37.78171.02155.97-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 39.69%
GREEN value IS 3 (1.56% from 255) = 1.55%
BLUE value IS 114 (44.92% from 255) = 58.76%
R=39.69%
G=1.55%
B=58.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7731140.320.9700.5528094.8722.94
Hex4D37220610371185f17
Octal11531624014106743013727
Binary100110111111001010000011000010110111100011000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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