#3B407B

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

Shades of Jacksons Purple #3B407B

Tints of Jacksons Purple #3B407B

Color information

#3B407B (or 0x3B407B) is unknown color: approx Jacksons Purple. HEX triplet: 3B, 40 and 7B. RGB value is (59,64,123). Sum of RGB (Red+Green+Blue) = 59+64+123=246 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.98% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 123 (48.44% from 255 or 50% from 246); Max value from RGB is 123 - color contains mainly: blue. Hex color #3B407B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B407B is #C4BF84. Grayscale: #444444. Windows color (decimal): -12894085 or 8077371. OLE color: 8077371.

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

Color convert

RGB5964123-
CMYK0.520.4800.52
HSL235.31º35.16%35.69%-
HSV(B)235.31º52.03%48.24%-
XYZ7.216.0319.52-
YUV69.23158.34120.7-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.98%
GREEN value IS 64 (25.39% from 255) = 26.02%
BLUE value IS 123 (48.44% from 255) = 50%
R=23.98%
G=26.02%
B=50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal59641230.520.4800.52235.3135.1635.69
Hex3B407B3430034eb2324
Octal7310017364600643534344
Binary11101110000001111011110100110000011010011101011100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B407B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,64,123); }

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

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

 a { background-color: rgb(59,64,123); }

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

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

 span { border-color: rgb(59,64,123); }

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