#3D4393

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

Shades of Jacksons Purple #3D4393

Tints of Jacksons Purple #3D4393

Color information

#3D4393 (or 0x3D4393) is unknown color: approx Jacksons Purple. HEX triplet: 3D, 43 and 93. RGB value is (61,67,147). Sum of RGB (Red+Green+Blue) = 61+67+147=275 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.18% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 147 (57.81% from 255 or 53.45% from 275); Max value from RGB is 147 - color contains mainly: blue. Hex color #3D4393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4393 is #C2BC6C. Grayscale: #4A4A4A. Windows color (decimal): -12762221 or 9651005. OLE color: 9651005.

HSL color Cylindrical-coordinate representation of color #3D4393: hue angle of 235.81º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D4393 is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6167147-
CMYK0.590.5400.42
HSL235.81º41.35%40.78%-
HSV(B)235.81º58.5%57.65%-
XYZ9.27.1128.49-
YUV74.33169.01118.5-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.18%
GREEN value IS 67 (26.56% from 255) = 24.36%
BLUE value IS 147 (57.81% from 255) = 53.45%
R=22.18%
G=24.36%
B=53.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61671470.590.5400.42235.8141.3540.78
Hex3D43933B3602Aec2929
Octal7510322373660523545151
Binary111101100001110010011111011110110010101011101100101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,67,147); }

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

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

 a { background-color: rgb(61,67,147); }

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

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

 span { border-color: rgb(61,67,147); }

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