#3D4579

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

Shades of Jacksons Purple #3D4579

Tints of Jacksons Purple #3D4579

Color information

#3D4579 (or 0x3D4579) is unknown color: approx Jacksons Purple. HEX triplet: 3D, 45 and 79. RGB value is (61,69,121). Sum of RGB (Red+Green+Blue) = 61+69+121=251 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.30% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 121 (47.66% from 255 or 48.21% from 251); Max value from RGB is 121 - color contains mainly: blue. Hex color #3D4579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4579 is #C2BA86. Grayscale: #484848. Windows color (decimal): -12761735 or 7947581. OLE color: 7947581.

HSL color Cylindrical-coordinate representation of color #3D4579: hue angle of 232º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D4579 is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6169121-
CMYK0.500.4300.53
HSL232º32.97%35.69%-
HSV(B)232º49.59%47.45%-
XYZ7.56.6318.97-
YUV72.54155.35119.77-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.30%
GREEN value IS 69 (27.34% from 255) = 27.49%
BLUE value IS 121 (47.66% from 255) = 48.21%
R=24.30%
G=27.49%
B=48.21%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61691210.500.4300.5323232.9735.69
Hex3D4579322B035e82124
Octal7510517162530653504144
Binary11110110001011111001110010101011011010111101000100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D4579; }

 p { color: rgb(61,69,121); }

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

<style>
 a { background-color: #3D4579; }

 a { background-color: rgb(61,69,121); }

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

<style>
 span { border-color: #3D4579; }

 span { border-color: rgb(61,69,121); }

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