#4D067B

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

Shades of Indigo #4D067B

Tints of Indigo #4D067B

Color information

#4D067B (or 0x4D067B) is unknown color: approx Indigo. HEX triplet: 4D, 06 and 7B. RGB value is (77,6,123). Sum of RGB (Red+Green+Blue) = 77+6+123=206 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.38% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 123 (48.44% from 255 or 59.71% from 206); Max value from RGB is 123 - color contains mainly: blue. Hex color #4D067B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D067B is #B2F984. Grayscale: #282828. Windows color (decimal): -11729285 or 8062541. OLE color: 8062541.

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

Color convert

RGB776123-
CMYK0.370.9500.52
HSL276.41º90.7%25.29%-
HSV(B)276.41º95.12%48.24%-
XYZ6.73.1418.99-
YUV40.57174.52153.99-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.38%
GREEN value IS 6 (2.73% from 255) = 2.91%
BLUE value IS 123 (48.44% from 255) = 59.71%
R=37.38%
G=2.91%
B=59.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7761230.370.9500.52276.4190.725.29
Hex4D67B255F0341145b19
Octal11561734513706442413331
Binary1001101110111101110010110111110110100100010100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D067B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,6,123); }

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

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

 a { background-color: rgb(77,6,123); }

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

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

 span { border-color: rgb(77,6,123); }

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