#4D5082

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

Shades of Jacksons Purple #4D5082

Tints of Jacksons Purple #4D5082

Color information

#4D5082 (or 0x4D5082) is unknown color: approx Jacksons Purple. HEX triplet: 4D, 50 and 82. RGB value is (77,80,130). Sum of RGB (Red+Green+Blue) = 77+80+130=287 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.83% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 130 - color contains mainly: blue. Hex color #4D5082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5082 is #B2AF7D. Grayscale: #545454. Windows color (decimal): -11710334 or 8540237. OLE color: 8540237.

HSL color Cylindrical-coordinate representation of color #4D5082: hue angle of 236.6º 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 #4D5082 is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7780130-
CMYK0.410.3800.49
HSL236.6º25.6%40.59%-
HSV(B)236.6º40.77%50.98%-
XYZ9.968.9322.32-
YUV84.8153.51122.43-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.83%
GREEN value IS 80 (31.64% from 255) = 27.87%
BLUE value IS 130 (51.17% from 255) = 45.30%
R=26.83%
G=27.87%
B=45.30%

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
Decimal77801300.410.3800.49236.625.640.59
Hex4D50822926031ed1a29
Octal11512020251460613553251
Binary100110110100001000001010100110011001100011110110111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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