#3B347B

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

Shades of Jacksons Purple #3B347B

Tints of Jacksons Purple #3B347B

Color information

#3B347B (or 0x3B347B) is unknown color: approx Jacksons Purple. HEX triplet: 3B, 34 and 7B. RGB value is (59,52,123). Sum of RGB (Red+Green+Blue) = 59+52+123=234 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.21% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 123 (48.44% from 255 or 52.56% from 234); Max value from RGB is 123 - color contains mainly: blue. Hex color #3B347B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B347B is #C4CB84. Grayscale: #3D3D3D. Windows color (decimal): -12897157 or 8074299. OLE color: 8074299.

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

Color convert

RGB5952123-
CMYK0.520.5800.52
HSL245.92º40.57%34.31%-
HSV(B)245.92º57.72%48.24%-
XYZ6.614.8219.32-
YUV62.19162.32125.73-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.21%
GREEN value IS 52 (20.70% from 255) = 22.22%
BLUE value IS 123 (48.44% from 255) = 52.56%
R=25.21%
G=22.22%
B=52.56%

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
Decimal59521230.520.5800.52245.9240.5734.31
Hex3B347B343A034f62922
Octal736417364720643665142
Binary1110111101001111011110100111010011010011110110101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B347B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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