#3B337B

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

Shades of Jacksons Purple #3B337B

Tints of Jacksons Purple #3B337B

Color information

#3B337B (or 0x3B337B) is unknown color: approx Jacksons Purple. HEX triplet: 3B, 33 and 7B. RGB value is (59,51,123). Sum of RGB (Red+Green+Blue) = 59+51+123=233 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.32% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 123 (48.44% from 255 or 52.79% from 233); Max value from RGB is 123 - color contains mainly: blue. Hex color #3B337B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B337B is #C4CC84. Grayscale: #3D3D3D. Windows color (decimal): -12897413 or 8074043. OLE color: 8074043.

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

Color convert

RGB5951123-
CMYK0.520.5900.52
HSL246.67º41.38%34.12%-
HSV(B)246.67º58.54%48.24%-
XYZ6.564.7319.31-
YUV61.6162.65126.15-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.32%
GREEN value IS 51 (20.31% from 255) = 21.89%
BLUE value IS 123 (48.44% from 255) = 52.79%
R=25.32%
G=21.89%
B=52.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal59511230.520.5900.52246.6741.3834.12
Hex3B337B343B034f72922
Octal736317364730643675142
Binary1110111100111111011110100111011011010011110111101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B337B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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