#3D387B

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

Shades of Jacksons Purple #3D387B

Tints of Jacksons Purple #3D387B

Color information

#3D387B (or 0x3D387B) is unknown color: approx Jacksons Purple. HEX triplet: 3D, 38 and 7B. RGB value is (61,56,123). Sum of RGB (Red+Green+Blue) = 61+56+123=240 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.42% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 123 (48.44% from 255 or 51.25% from 240); Max value from RGB is 123 - color contains mainly: blue. Hex color #3D387B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D387B is #C2C784. Grayscale: #404040. Windows color (decimal): -12765061 or 8075325. OLE color: 8075325.

HSL color Cylindrical-coordinate representation of color #3D387B: hue angle of 244.48º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D387B is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6156123-
CMYK0.500.5400.52
HSL244.48º37.43%35.1%-
HSV(B)244.48º54.47%48.24%-
XYZ6.915.2519.39-
YUV65.13160.66125.05-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.42%
GREEN value IS 56 (22.27% from 255) = 23.33%
BLUE value IS 123 (48.44% from 255) = 51.25%
R=25.42%
G=23.33%
B=51.25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal61561230.500.5400.52244.4837.4335.1
Hex3D387B3236034f42523
Octal757017362660643644543
Binary1111011110001111011110010110110011010011110100100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D387B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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