#3B427F

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

Shades of Jacksons Purple #3B427F

Tints of Jacksons Purple #3B427F

Color information

#3B427F (or 0x3B427F) is unknown color: approx Jacksons Purple. HEX triplet: 3B, 42 and 7F. RGB value is (59,66,127). Sum of RGB (Red+Green+Blue) = 59+66+127=252 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.41% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 127 (50% from 255 or 50.40% from 252); Max value from RGB is 127 - color contains mainly: blue. Hex color #3B427F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B427F is #C4BD80. Grayscale: #464646. Windows color (decimal): -12893569 or 8340027. OLE color: 8340027.

HSL color Cylindrical-coordinate representation of color #3B427F: hue angle of 233.82º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B427F is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5966127-
CMYK0.540.4800.50
HSL233.82º36.56%36.47%-
HSV(B)233.82º53.54%49.8%-
XYZ7.586.3620.91-
YUV70.86159.68119.54-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.41%
GREEN value IS 66 (26.17% from 255) = 26.19%
BLUE value IS 127 (50% from 255) = 50.40%
R=23.41%
G=26.19%
B=50.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal59661270.540.4800.50233.8236.5636.47
Hex3B427F3630032ea2524
Octal7310217766600623524544
Binary11101110000101111111110110110000011001011101010100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B427F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,66,127); }

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

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

 a { background-color: rgb(59,66,127); }

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

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

 span { border-color: rgb(59,66,127); }

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