#3D447B

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

Shades of Jacksons Purple #3D447B

Tints of Jacksons Purple #3D447B

Color information

#3D447B (or 0x3D447B) is unknown color: approx Jacksons Purple. HEX triplet: 3D, 44 and 7B. RGB value is (61,68,123). Sum of RGB (Red+Green+Blue) = 61+68+123=252 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.21% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 123 (48.44% from 255 or 48.81% from 252); Max value from RGB is 123 - color contains mainly: blue. Hex color #3D447B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D447B is #C2BB84. Grayscale: #474747. Windows color (decimal): -12761989 or 8078397. OLE color: 8078397.

HSL color Cylindrical-coordinate representation of color #3D447B: hue angle of 233.23º degrees, saturation: 0.34, 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 #3D447B is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6168123-
CMYK0.500.4500.52
HSL233.23º33.7%36.08%-
HSV(B)233.23º50.41%48.24%-
XYZ7.576.5619.61-
YUV72.18156.68120.03-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.21%
GREEN value IS 68 (26.95% from 255) = 26.98%
BLUE value IS 123 (48.44% from 255) = 48.81%
R=24.21%
G=26.98%
B=48.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal61681230.500.4500.52233.2333.736.08
Hex3D447B322D034e92224
Octal7510417362550643514244
Binary11110110001001111011110010101101011010011101001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D447B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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