#3D3480

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

Shades of Jacksons Purple #3D3480

Tints of Jacksons Purple #3D3480

Color information

#3D3480 (or 0x3D3480) is unknown color: approx Jacksons Purple. HEX triplet: 3D, 34 and 80. RGB value is (61,52,128). Sum of RGB (Red+Green+Blue) = 61+52+128=241 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.31% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 128 (50.39% from 255 or 53.11% from 241); Max value from RGB is 128 - color contains mainly: blue. Hex color #3D3480 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3480 is #C2CB7F. Grayscale: #3F3F3F. Windows color (decimal): -12766080 or 8401981. OLE color: 8401981.

HSL color Cylindrical-coordinate representation of color #3D3480: hue angle of 247.11º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D3480 is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6152128-
CMYK0.520.5900.50
HSL247.11º42.22%35.29%-
HSV(B)247.11º59.38%50.2%-
XYZ7.055.0121.02-
YUV63.36164.48126.32-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.31%
GREEN value IS 52 (20.70% from 255) = 21.58%
BLUE value IS 128 (50.39% from 255) = 53.11%
R=25.31%
G=21.58%
B=53.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal61521280.520.5900.50247.1142.2235.29
Hex3D3480343B032f72a23
Octal756420064730623675243
Binary11110111010010000000110100111011011001011110111101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,52,128); }

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

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

 a { background-color: rgb(61,52,128); }

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

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

 span { border-color: rgb(61,52,128); }

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