#3A407B

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

Shades of Jacksons Purple #3A407B

Tints of Jacksons Purple #3A407B

Color information

#3A407B (or 0x3A407B) is unknown color: approx Jacksons Purple. HEX triplet: 3A, 40 and 7B. RGB value is (58,64,123). Sum of RGB (Red+Green+Blue) = 58+64+123=245 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.67% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 123 (48.44% from 255 or 50.20% from 245); Max value from RGB is 123 - color contains mainly: blue. Hex color #3A407B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A407B is #C5BF84. Grayscale: #444444. Windows color (decimal): -12959621 or 8077370. OLE color: 8077370.

HSL color Cylindrical-coordinate representation of color #3A407B: hue angle of 234.46º 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 #3A407B is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5864123-
CMYK0.530.4800.52
HSL234.46º35.91%35.49%-
HSV(B)234.46º52.85%48.24%-
XYZ7.15619.52-
YUV68.93158.51120.2-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.67%
GREEN value IS 64 (25.39% from 255) = 26.12%
BLUE value IS 123 (48.44% from 255) = 50.20%
R=23.67%
G=26.12%
B=50.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal58641230.530.4800.52234.4635.9135.49
Hex3A407B3530034ea2423
Octal7210017365600643524443
Binary11101010000001111011110101110000011010011101010100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A407B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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