#3A3C7B

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

Shades of Jacksons Purple #3A3C7B

Tints of Jacksons Purple #3A3C7B

Color information

#3A3C7B (or 0x3A3C7B) is unknown color: approx Jacksons Purple. HEX triplet: 3A, 3C and 7B. RGB value is (58,60,123). Sum of RGB (Red+Green+Blue) = 58+60+123=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 123 (48.44% from 255 or 51.04% from 241); Max value from RGB is 123 - color contains mainly: blue. Hex color #3A3C7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3C7B is #C5C384. Grayscale: #424242. Windows color (decimal): -12960645 or 8076346. OLE color: 8076346.

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

Color convert

RGB5860123-
CMYK0.530.5100.52
HSL238.15º35.91%35.49%-
HSV(B)238.15º52.85%48.24%-
XYZ6.945.5619.45-
YUV66.58159.84121.88-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.07%
GREEN value IS 60 (23.83% from 255) = 24.90%
BLUE value IS 123 (48.44% from 255) = 51.04%
R=24.07%
G=24.90%
B=51.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal58601230.530.5100.52238.1535.9135.49
Hex3A3C7B3533034ee2423
Octal727417365630643564443
Binary1110101111001111011110101110011011010011101110100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,60,123); }

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

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

 a { background-color: rgb(58,60,123); }

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

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

 span { border-color: rgb(58,60,123); }

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