#3b3e8b

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

Shades of Jacksons Purple #3B3E8B

Tints of Jacksons Purple #3B3E8B

Color information

#3B3E8B (or 0x3B3E8B) is unknown color: approx Jacksons Purple. HEX triplet: 3B, 3E and 8B. RGB value is (59,62,139). Sum of RGB (Red+Green+Blue) = 59+62+139=260 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.69% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 139 (54.69% from 255 or 53.46% from 260); Max value from RGB is 139 - color contains mainly: blue. Hex color #3B3E8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3E8B is #C4C174. Grayscale: #454545. Windows color (decimal): -12894581 or 9125435. OLE color: 9125435.

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

Color convert

RGB5962139-
CMYK0.580.5500.45
HSL237.75º40.4%38.82%-
HSV(B)237.75º57.55%54.51%-
XYZ8.196.2425.2-
YUV69.88167.01120.24-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.69%
GREEN value IS 62 (24.61% from 255) = 23.85%
BLUE value IS 139 (54.69% from 255) = 53.46%
R=22.69%
G=23.85%
B=53.46%

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
Decimal59621390.580.5500.45237.7540.438.82
Hex3B3E8B3A3702Dee2827
Octal737621372670553565047
Binary11101111111010001011111010110111010110111101110101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b3e8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,62,139); }

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

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

 a { background-color: rgb(59,62,139); }

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

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

 span { border-color: rgb(59,62,139); }

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