#3D418B

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

Shades of Jacksons Purple #3D418B

Tints of Jacksons Purple #3D418B

Color information

#3D418B (or 0x3D418B) is unknown color: approx Jacksons Purple. HEX triplet: 3D, 41 and 8B. RGB value is (61,65,139). Sum of RGB (Red+Green+Blue) = 61+65+139=265 (35% of max value = 765). Red value is 61 (24.22% from 255 or 23.02% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #3D418B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D418B is #C2BE74. Grayscale: #474747. Windows color (decimal): -12762741 or 9126205. OLE color: 9126205.

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

Color convert

RGB6165139-
CMYK0.560.5300.45
HSL236.92º39%39.22%-
HSV(B)236.92º56.12%54.51%-
XYZ8.476.6425.26-
YUV72.24165.67119.98-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.02%
GREEN value IS 65 (25.78% from 255) = 24.53%
BLUE value IS 139 (54.69% from 255) = 52.45%
R=23.02%
G=24.53%
B=52.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal61651390.560.5300.45236.923939.22
Hex3D418B383502Ded2727
Octal7510121370650553554747
Binary111101100000110001011111000110101010110111101101100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D418B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,65,139); }

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

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

 a { background-color: rgb(61,65,139); }

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

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

 span { border-color: rgb(61,65,139); }

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