#4D04AB

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

Shades of Indigo #4D04AB

Tints of Indigo #4D04AB

Color information

#4D04AB (or 0x4D04AB) is unknown color: approx Indigo. HEX triplet: 4D, 04 and AB. RGB value is (77,4,171). Sum of RGB (Red+Green+Blue) = 77+4+171=252 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.56% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 171 (67.19% from 255 or 67.86% from 252); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D04AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D04AB is #B2FB54. Grayscale: #2C2C2C. Windows color (decimal): -11729749 or 11207757. OLE color: 11207757.

HSL color Cylindrical-coordinate representation of color #4D04AB: hue angle of 266.23º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D04AB is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB774171-
CMYK0.550.9800.33
HSL266.23º95.43%34.31%-
HSV(B)266.23º97.66%67.06%-
XYZ10.454.638.87-
YUV44.86199.18150.92-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.56%
GREEN value IS 4 (1.95% from 255) = 1.59%
BLUE value IS 171 (67.19% from 255) = 67.86%
R=30.56%
G=1.59%
B=67.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal7741710.550.9800.33266.2395.4334.31
Hex4D4AB376202110a5f22
Octal11542536714204141213742
Binary100110110010101011110111110001001000011000010101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D04AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,4,171); }

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

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

 a { background-color: rgb(77,4,171); }

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

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

 span { border-color: rgb(77,4,171); }

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