#4D0B7A

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

Shades of Indigo #4D0B7A

Tints of Indigo #4D0B7A

Color information

#4D0B7A (or 0x4D0B7A) is unknown color: approx Indigo. HEX triplet: 4D, 0B and 7A. RGB value is (77,11,122). Sum of RGB (Red+Green+Blue) = 77+11+122=210 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.67% from 210); Green value is 11 (4.69% from 255 or 5.24% from 210); Blue value is 122 (48.05% from 255 or 58.10% from 210); Max value from RGB is 122 - color contains mainly: blue. Hex color #4D0B7A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0B7A is #B2F485. Grayscale: #2B2B2B. Windows color (decimal): -11728006 or 7998285. OLE color: 7998285.

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

Color convert

RGB7711122-
CMYK0.370.9100.52
HSL275.68º83.46%26.08%-
HSV(B)275.68º90.98%47.84%-
XYZ6.693.2218.68-
YUV43.39172.37151.97-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 36.67%
GREEN value IS 11 (4.69% from 255) = 5.24%
BLUE value IS 122 (48.05% from 255) = 58.10%
R=36.67%
G=5.24%
B=58.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal77111220.370.9100.52275.6883.4626.08
Hex4DB7A255B034114531a
Octal115131724513306442412332
Binary10011011011111101010010110110110110100100010100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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