#4D0DAB

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

Shades of Indigo #4D0DAB

Tints of Indigo #4D0DAB

Color information

#4D0DAB (or 0x4D0DAB) is unknown color: approx Indigo. HEX triplet: 4D, 0D and AB. RGB value is (77,13,171). Sum of RGB (Red+Green+Blue) = 77+13+171=261 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.50% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 171 (67.19% from 255 or 65.52% from 261); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D0DAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0DAB is #B2F254. Grayscale: #313131. Windows color (decimal): -11727445 or 11210061. OLE color: 11210061.

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

Color convert

RGB7713171-
CMYK0.550.9200.33
HSL264.3º85.87%36.08%-
HSV(B)264.3º92.4%67.06%-
XYZ10.564.8138.9-
YUV50.15196.2147.15-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.50%
GREEN value IS 13 (5.47% from 255) = 4.98%
BLUE value IS 171 (67.19% from 255) = 65.52%
R=29.50%
G=4.98%
B=65.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal77131710.550.9200.33264.385.8736.08
Hex4DDAB375C0211085624
Octal115152536713404141012644
Binary1001101110110101011110111101110001000011000010001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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