#3D4478

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

Shades of Jacksons Purple #3D4478

Tints of Jacksons Purple #3D4478

Color information

#3D4478 (or 0x3D4478) is unknown color: approx Jacksons Purple. HEX triplet: 3D, 44 and 78. RGB value is (61,68,120). Sum of RGB (Red+Green+Blue) = 61+68+120=249 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.50% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 120 (47.27% from 255 or 48.19% from 249); Max value from RGB is 120 - color contains mainly: blue. Hex color #3D4478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4478 is #C2BB87. Grayscale: #474747. Windows color (decimal): -12761992 or 7881789. OLE color: 7881789.

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

Color convert

RGB6168120-
CMYK0.490.4300.53
HSL232.88º32.6%35.49%-
HSV(B)232.88º49.17%47.06%-
XYZ7.386.4818.63-
YUV71.84155.18120.27-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.50%
GREEN value IS 68 (26.95% from 255) = 27.31%
BLUE value IS 120 (47.27% from 255) = 48.19%
R=24.50%
G=27.31%
B=48.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61681200.490.4300.53232.8832.635.49
Hex3D4478312B035e92123
Octal7510417061530653514143
Binary11110110001001111000110001101011011010111101001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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