#3D3579

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

Shades of Jacksons Purple #3D3579

Tints of Jacksons Purple #3D3579

Color information

#3D3579 (or 0x3D3579) is unknown color: approx Jacksons Purple. HEX triplet: 3D, 35 and 79. RGB value is (61,53,121). Sum of RGB (Red+Green+Blue) = 61+53+121=235 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.96% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 121 (47.66% from 255 or 51.49% from 235); Max value from RGB is 121 - color contains mainly: blue. Hex color #3D3579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3579 is #C2CA86. Grayscale: #3E3E3E. Windows color (decimal): -12765831 or 7943485. OLE color: 7943485.

HSL color Cylindrical-coordinate representation of color #3D3579: hue angle of 247.06º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D3579 is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6153121-
CMYK0.500.5600.53
HSL247.06º39.08%34.12%-
HSV(B)247.06º56.2%47.45%-
XYZ6.654.9218.69-
YUV63.14160.65126.47-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.96%
GREEN value IS 53 (21.09% from 255) = 22.55%
BLUE value IS 121 (47.66% from 255) = 51.49%
R=25.96%
G=22.55%
B=51.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61531210.500.5600.53247.0639.0834.12
Hex3D35793238035f72722
Octal756517162700653674742
Binary1111011101011111001110010111000011010111110111100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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