#3B367B

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

Shades of Jacksons Purple #3B367B

Tints of Jacksons Purple #3B367B

Color information

#3B367B (or 0x3B367B) is unknown color: approx Jacksons Purple. HEX triplet: 3B, 36 and 7B. RGB value is (59,54,123). Sum of RGB (Red+Green+Blue) = 59+54+123=236 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 123 (48.44% from 255 or 52.12% from 236); Max value from RGB is 123 - color contains mainly: blue. Hex color #3B367B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B367B is #C4C984. Grayscale: #3F3F3F. Windows color (decimal): -12896645 or 8074811. OLE color: 8074811.

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

Color convert

RGB5954123-
CMYK0.520.5600.52
HSL244.35º38.98%34.71%-
HSV(B)244.35º56.1%48.24%-
XYZ6.7519.35-
YUV63.36161.66124.89-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25%
GREEN value IS 54 (21.48% from 255) = 22.88%
BLUE value IS 123 (48.44% from 255) = 52.12%
R=25%
G=22.88%
B=52.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal59541230.520.5600.52244.3538.9834.71
Hex3B367B3438034f42723
Octal736617364700643644743
Binary1110111101101111011110100111000011010011110100100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B367B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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