#3B337A

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

Shades of Jacksons Purple #3B337A

Tints of Jacksons Purple #3B337A

Color information

#3B337A (or 0x3B337A) is unknown color: approx Jacksons Purple. HEX triplet: 3B, 33 and 7A. RGB value is (59,51,122). Sum of RGB (Red+Green+Blue) = 59+51+122=232 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.43% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 122 (48.05% from 255 or 52.59% from 232); Max value from RGB is 122 - color contains mainly: blue. Hex color #3B337A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B337A is #C4CC85. Grayscale: #3D3D3D. Windows color (decimal): -12897414 or 8008507. OLE color: 8008507.

HSL color Cylindrical-coordinate representation of color #3B337A: hue angle of 246.76º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B337A is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5951122-
CMYK0.520.5800.52
HSL246.76º41.04%33.92%-
HSV(B)246.76º58.2%47.84%-
XYZ6.54.718.98-
YUV61.49162.15126.23-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.43%
GREEN value IS 51 (20.31% from 255) = 21.98%
BLUE value IS 122 (48.05% from 255) = 52.59%
R=25.43%
G=21.98%
B=52.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal59511220.520.5800.52246.7641.0433.92
Hex3B337A343A034f72922
Octal736317264720643675142
Binary1110111100111111010110100111010011010011110111101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B337A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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