#4D086C

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

Shades of Indigo #4D086C

Tints of Indigo #4D086C

Color information

#4D086C (or 0x4D086C) is unknown color: approx Indigo. HEX triplet: 4D, 08 and 6C. RGB value is (77,8,108). Sum of RGB (Red+Green+Blue) = 77+8+108=193 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.90% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 108 (42.58% from 255 or 55.96% from 193); Max value from RGB is 108 - color contains mainly: blue. Hex color #4D086C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D086C is #B2F793. Grayscale: #272727. Windows color (decimal): -11728788 or 7080013. OLE color: 7080013.

HSL color Cylindrical-coordinate representation of color #4D086C: hue angle of 281.4º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4D086C is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB778108-
CMYK0.290.9300.58
HSL281.4º86.21%22.75%-
HSV(B)281.4º92.59%42.35%-
XYZ5.852.8314.43-
YUV40.03166.36154.37-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 39.90%
GREEN value IS 8 (3.52% from 255) = 4.15%
BLUE value IS 108 (42.58% from 255) = 55.96%
R=39.90%
G=4.15%
B=55.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7781080.290.9300.58281.486.2122.75
Hex4D86C1D5D03A1195617
Octal115101543513507243112627
Binary1001101100011011001110110111010111010100011001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D086C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,8,108); }

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

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

 a { background-color: rgb(77,8,108); }

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

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

 span { border-color: rgb(77,8,108); }

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