#4D1385

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

Shades of Indigo #4D1385

Tints of Indigo #4D1385

Color information

#4D1385 (or 0x4D1385) is unknown color: approx Indigo. HEX triplet: 4D, 13 and 85. RGB value is (77,19,133). Sum of RGB (Red+Green+Blue) = 77+19+133=229 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.62% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 133 (52.34% from 255 or 58.08% from 229); Max value from RGB is 133 - color contains mainly: blue. Hex color #4D1385 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D1385 is #B2EC7A. Grayscale: #303030. Windows color (decimal): -11725947 or 8721229. OLE color: 8721229.

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

Color convert

RGB7719133-
CMYK0.420.8600.48
HSL270.53º75%29.8%-
HSV(B)270.53º85.71%52.16%-
XYZ7.533.7422.51-
YUV49.34175.22147.73-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.62%
GREEN value IS 19 (7.81% from 255) = 8.30%
BLUE value IS 133 (52.34% from 255) = 58.08%
R=33.62%
G=8.30%
B=58.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal77191330.420.8600.48270.537529.8
Hex4D13852A5603010f4b1e
Octal115232055212606041711336
Binary1001101100111000010110101010101100110000100001111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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