#3D4683

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

Shades of Jacksons Purple #3D4683

Tints of Jacksons Purple #3D4683

Color information

#3D4683 (or 0x3D4683) is unknown color: approx Jacksons Purple. HEX triplet: 3D, 46 and 83. RGB value is (61,70,131). Sum of RGB (Red+Green+Blue) = 61+70+131=262 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.28% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 131 (51.56% from 255 or 50% from 262); Max value from RGB is 131 - color contains mainly: blue. Hex color #3D4683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4683 is #C2B97C. Grayscale: #4A4A4A. Windows color (decimal): -12761469 or 8603197. OLE color: 8603197.

HSL color Cylindrical-coordinate representation of color #3D4683: hue angle of 232.29º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D4683 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6170131-
CMYK0.530.4700.49
HSL232.29º36.46%37.65%-
HSV(B)232.29º53.44%51.37%-
XYZ8.217.0122.39-
YUV74.26160.02118.54-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.28%
GREEN value IS 70 (27.73% from 255) = 26.72%
BLUE value IS 131 (51.56% from 255) = 50%
R=23.28%
G=26.72%
B=50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61701310.530.4700.49232.2936.4637.65
Hex3D4683352F031e82426
Octal7510620365570613504446
Binary111101100011010000011110101101111011000111101000100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,70,131); }

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

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

 a { background-color: rgb(61,70,131); }

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

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

 span { border-color: rgb(61,70,131); }

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