#3D4493

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

Shades of Jacksons Purple #3D4493

Tints of Jacksons Purple #3D4493

Color information

#3D4493 (or 0x3D4493) is unknown color: approx Jacksons Purple. HEX triplet: 3D, 44 and 93. RGB value is (61,68,147). Sum of RGB (Red+Green+Blue) = 61+68+147=276 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.10% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 147 (57.81% from 255 or 53.26% from 276); Max value from RGB is 147 - color contains mainly: blue. Hex color #3D4493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4493 is #C2BB6C. Grayscale: #4A4A4A. Windows color (decimal): -12761965 or 9651261. OLE color: 9651261.

HSL color Cylindrical-coordinate representation of color #3D4493: hue angle of 235.12º 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 #3D4493 is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6168147-
CMYK0.590.5400.42
HSL235.12º41.35%40.78%-
HSV(B)235.12º58.5%57.65%-
XYZ9.267.2328.51-
YUV74.91168.68118.08-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.10%
GREEN value IS 68 (26.95% from 255) = 24.64%
BLUE value IS 147 (57.81% from 255) = 53.26%
R=22.10%
G=24.64%
B=53.26%

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
Decimal61681470.590.5400.42235.1241.3540.78
Hex3D44933B3602Aeb2929
Octal7510422373660523535151
Binary111101100010010010011111011110110010101011101011101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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