#4D0292

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

Shades of Indigo #4D0292

Tints of Indigo #4D0292

Color information

#4D0292 (or 0x4D0292) is unknown color: approx Indigo. HEX triplet: 4D, 02 and 92. RGB value is (77,2,146). Sum of RGB (Red+Green+Blue) = 77+2+146=225 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.22% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 146 (57.42% from 255 or 64.89% from 225); Max value from RGB is 146 - color contains mainly: blue. Hex color #4D0292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0292 is #B2FD6D. Grayscale: #282828. Windows color (decimal): -11730286 or 9568845. OLE color: 9568845.

HSL color Cylindrical-coordinate representation of color #4D0292: hue angle of 271.25º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D0292 is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB772146-
CMYK0.470.9900.43
HSL271.25º97.3%29.02%-
HSV(B)271.25º98.63%57.25%-
XYZ8.273.727.47-
YUV40.84187.35153.79-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.22%
GREEN value IS 2 (1.17% from 255) = 0.89%
BLUE value IS 146 (57.42% from 255) = 64.89%
R=34.22%
G=0.89%
B=64.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal7721460.470.9900.43271.2597.329.02
Hex4D2922F6302B10f611d
Octal11522225714305341714135
Binary1001101101001001010111111000110101011100001111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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