#4D5182

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

Shades of Jacksons Purple #4D5182

Tints of Jacksons Purple #4D5182

Color information

#4D5182 (or 0x4D5182) is unknown color: approx Jacksons Purple. HEX triplet: 4D, 51 and 82. RGB value is (77,81,130). Sum of RGB (Red+Green+Blue) = 77+81+130=288 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.74% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 130 (51.17% from 255 or 45.14% from 288); Max value from RGB is 130 - color contains mainly: blue. Hex color #4D5182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5182 is #B2AE7D. Grayscale: #555555. Windows color (decimal): -11710078 or 8540493. OLE color: 8540493.

HSL color Cylindrical-coordinate representation of color #4D5182: hue angle of 235.47º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4D5182 is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7781130-
CMYK0.410.3800.49
HSL235.47º25.6%40.59%-
HSV(B)235.47º40.77%50.98%-
XYZ10.039.0722.34-
YUV85.39153.17122.02-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.74%
GREEN value IS 81 (32.03% from 255) = 28.12%
BLUE value IS 130 (51.17% from 255) = 45.14%
R=26.74%
G=28.12%
B=45.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal77811300.410.3800.49235.4725.640.59
Hex4D51822926031eb1a29
Octal11512120251460613533251
Binary100110110100011000001010100110011001100011110101111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,81,130); }

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

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

 a { background-color: rgb(77,81,130); }

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

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

 span { border-color: rgb(77,81,130); }

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