#3B3477

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

Shades of Jacksons Purple #3B3477

Tints of Jacksons Purple #3B3477

Color information

#3B3477 (or 0x3B3477) is unknown color: approx Jacksons Purple. HEX triplet: 3B, 34 and 77. RGB value is (59,52,119). Sum of RGB (Red+Green+Blue) = 59+52+119=230 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.65% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 119 (46.88% from 255 or 51.74% from 230); Max value from RGB is 119 - color contains mainly: blue. Hex color #3B3477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3477 is #C4CB88. Grayscale: #3D3D3D. Windows color (decimal): -12897161 or 7812155. OLE color: 7812155.

HSL color Cylindrical-coordinate representation of color #3B3477: hue angle of 246.27º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B3477 is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5952119-
CMYK0.500.5600.53
HSL246.27º39.18%33.53%-
HSV(B)246.27º56.3%46.67%-
XYZ6.364.7218.03-
YUV61.73160.32126.05-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.65%
GREEN value IS 52 (20.70% from 255) = 22.61%
BLUE value IS 119 (46.88% from 255) = 51.74%
R=25.65%
G=22.61%
B=51.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59521190.500.5600.53246.2739.1833.53
Hex3B34773238035f62722
Octal736416762700653664742
Binary1110111101001110111110010111000011010111110110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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