#3B418C

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

Shades of Jacksons Purple #3B418C

Tints of Jacksons Purple #3B418C

Color information

#3B418C (or 0x3B418C) is unknown color: approx Jacksons Purple. HEX triplet: 3B, 41 and 8C. RGB value is (59,65,140). Sum of RGB (Red+Green+Blue) = 59+65+140=264 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.35% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 140 (55.08% from 255 or 53.03% from 264); Max value from RGB is 140 - color contains mainly: blue. Hex color #3B418C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B418C is #C4BE73. Grayscale: #474747. Windows color (decimal): -12893812 or 9191739. OLE color: 9191739.

HSL color Cylindrical-coordinate representation of color #3B418C: hue angle of 235.56º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B418C is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5965140-
CMYK0.580.5400.45
HSL235.56º40.7%39.02%-
HSV(B)235.56º57.86%54.9%-
XYZ8.436.625.64-
YUV71.76166.51118.9-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.35%
GREEN value IS 65 (25.78% from 255) = 24.62%
BLUE value IS 140 (55.08% from 255) = 53.03%
R=22.35%
G=24.62%
B=53.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal59651400.580.5400.45235.5640.739.02
Hex3B418C3A3602Dec2927
Octal7310121472660553545147
Binary111011100000110001100111010110110010110111101100101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B418C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,65,140); }

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

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

 a { background-color: rgb(59,65,140); }

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

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

 span { border-color: rgb(59,65,140); }

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