#4D1085

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

Shades of Indigo #4D1085

Tints of Indigo #4D1085

Color information

#4D1085 (or 0x4D1085) is unknown color: approx Indigo. HEX triplet: 4D, 10 and 85. RGB value is (77,16,133). Sum of RGB (Red+Green+Blue) = 77+16+133=226 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.07% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 133 (52.34% from 255 or 58.85% from 226); Max value from RGB is 133 - color contains mainly: blue. Hex color #4D1085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D1085 is #B2EF7A. Grayscale: #2F2F2F. Windows color (decimal): -11726715 or 8720461. OLE color: 8720461.

HSL color Cylindrical-coordinate representation of color #4D1085: hue angle of 271.28º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D1085 is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7716133-
CMYK0.420.8800.48
HSL271.28º78.52%29.22%-
HSV(B)271.28º87.97%52.16%-
XYZ7.483.6422.5-
YUV47.58176.21148.99-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.07%
GREEN value IS 16 (6.64% from 255) = 7.08%
BLUE value IS 133 (52.34% from 255) = 58.85%
R=34.07%
G=7.08%
B=58.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal77161330.420.8800.48271.2878.5229.22
Hex4D10852A5803010f4f1d
Octal115202055213006041711735
Binary1001101100001000010110101010110000110000100001111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,16,133); }

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

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

 a { background-color: rgb(77,16,133); }

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

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

 span { border-color: rgb(77,16,133); }

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