#3B3F8C

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

Shades of Jacksons Purple #3B3F8C

Tints of Jacksons Purple #3B3F8C

Color information

#3B3F8C (or 0x3B3F8C) is unknown color: approx Jacksons Purple. HEX triplet: 3B, 3F and 8C. RGB value is (59,63,140). Sum of RGB (Red+Green+Blue) = 59+63+140=262 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.52% from 262); Green value is 63 (25% from 255 or 24.05% from 262); Blue value is 140 (55.08% from 255 or 53.44% from 262); Max value from RGB is 140 - color contains mainly: blue. Hex color #3B3F8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3F8C is #C4C073. Grayscale: #464646. Windows color (decimal): -12894324 or 9191227. OLE color: 9191227.

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

Color convert

RGB5963140-
CMYK0.580.5500.45
HSL237.04º40.7%39.02%-
HSV(B)237.04º57.86%54.9%-
XYZ8.316.3825.6-
YUV70.58167.17119.74-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.52%
GREEN value IS 63 (25% from 255) = 24.05%
BLUE value IS 140 (55.08% from 255) = 53.44%
R=22.52%
G=24.05%
B=53.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal59631400.580.5500.45237.0440.739.02
Hex3B3F8C3A3702Ded2927
Octal737721472670553555147
Binary11101111111110001100111010110111010110111101101101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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