#3D418A

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

Shades of Jacksons Purple #3D418A

Tints of Jacksons Purple #3D418A

Color information

#3D418A (or 0x3D418A) is unknown color: approx Jacksons Purple. HEX triplet: 3D, 41 and 8A. RGB value is (61,65,138). Sum of RGB (Red+Green+Blue) = 61+65+138=264 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.11% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #3D418A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D418A is #C2BE75. Grayscale: #474747. Windows color (decimal): -12762742 or 9060669. OLE color: 9060669.

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

Color convert

RGB6165138-
CMYK0.560.5300.46
HSL236.88º38.69%39.02%-
HSV(B)236.88º55.8%54.12%-
XYZ8.46.6124.88-
YUV72.13165.17120.06-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.11%
GREEN value IS 65 (25.78% from 255) = 24.62%
BLUE value IS 138 (54.30% from 255) = 52.27%
R=23.11%
G=24.62%
B=52.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal61651380.560.5300.46236.8838.6939.02
Hex3D418A383502Eed2727
Octal7510121270650563554747
Binary111101100000110001010111000110101010111011101101100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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