#4D007A

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

Shades of Indigo #4D007A

Tints of Indigo #4D007A

Color information

#4D007A (or 0x4D007A) is unknown color: approx Indigo. HEX triplet: 4D, 00 and 7A. RGB value is (77,0,122). Sum of RGB (Red+Green+Blue) = 77+0+122=199 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.69% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 122 (48.05% from 255 or 61.31% from 199); Max value from RGB is 122 - color contains mainly: blue. Hex color #4D007A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D007A is #B2FF85. Grayscale: #242424. Windows color (decimal): -11730822 or 7995469. OLE color: 7995469.

HSL color Cylindrical-coordinate representation of color #4D007A: hue angle of 277.87º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D007A is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB770122-
CMYK0.37100.52
HSL277.87º100%23.92%-
HSV(B)277.87º100%47.84%-
XYZ6.572.9818.64-
YUV36.93176.01156.58-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 38.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 122 (48.05% from 255) = 61.31%
R=38.69%
G=0%
B=61.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7701220.37100.52277.8710023.92
Hex4D07A25640341166418
Octal11501724514406442614430
Binary10011010111101010010111001000110100100010110110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D007A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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