#3D447A

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

Shades of Jacksons Purple #3D447A

Tints of Jacksons Purple #3D447A

Color information

#3D447A (or 0x3D447A) is unknown color: approx Jacksons Purple. HEX triplet: 3D, 44 and 7A. RGB value is (61,68,122). Sum of RGB (Red+Green+Blue) = 61+68+122=251 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.30% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 122 (48.05% from 255 or 48.61% from 251); Max value from RGB is 122 - color contains mainly: blue. Hex color #3D447A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D447A is #C2BB85. Grayscale: #474747. Windows color (decimal): -12761990 or 8012861. OLE color: 8012861.

HSL color Cylindrical-coordinate representation of color #3D447A: hue angle of 233.11º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D447A is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6168122-
CMYK0.500.4400.52
HSL233.11º33.33%35.88%-
HSV(B)233.11º50%47.84%-
XYZ7.56.5319.28-
YUV72.06156.18120.11-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.30%
GREEN value IS 68 (26.95% from 255) = 27.09%
BLUE value IS 122 (48.05% from 255) = 48.61%
R=24.30%
G=27.09%
B=48.61%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal61681220.500.4400.52233.1133.3335.88
Hex3D447A322C034e92124
Octal7510417262540643514144
Binary11110110001001111010110010101100011010011101001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D447A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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