#3B387A

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

Shades of Jacksons Purple #3B387A

Tints of Jacksons Purple #3B387A

Color information

#3B387A (or 0x3B387A) is unknown color: approx Jacksons Purple. HEX triplet: 3B, 38 and 7A. RGB value is (59,56,122). Sum of RGB (Red+Green+Blue) = 59+56+122=237 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.89% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 122 (48.05% from 255 or 51.48% from 237); Max value from RGB is 122 - color contains mainly: blue. Hex color #3B387A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B387A is #C4C785. Grayscale: #404040. Windows color (decimal): -12896134 or 8009787. OLE color: 8009787.

HSL color Cylindrical-coordinate representation of color #3B387A: hue angle of 242.73º 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 #3B387A is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5956122-
CMYK0.520.5400.52
HSL242.73º37.08%34.9%-
HSV(B)242.73º54.1%47.84%-
XYZ6.735.1619.05-
YUV64.42160.49124.13-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.89%
GREEN value IS 56 (22.27% from 255) = 23.63%
BLUE value IS 122 (48.05% from 255) = 51.48%
R=24.89%
G=23.63%
B=51.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal59561220.520.5400.52242.7337.0834.9
Hex3B387A3436034f32523
Octal737017264660643634543
Binary1110111110001111010110100110110011010011110011100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B387A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,56,122); }

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

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

 a { background-color: rgb(59,56,122); }

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

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

 span { border-color: rgb(59,56,122); }

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