#3A428D

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

Shades of Jacksons Purple #3A428D

Tints of Jacksons Purple #3A428D

Color information

#3A428D (or 0x3A428D) is unknown color: approx Jacksons Purple. HEX triplet: 3A, 42 and 8D. RGB value is (58,66,141). Sum of RGB (Red+Green+Blue) = 58+66+141=265 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.89% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 141 (55.47% from 255 or 53.21% from 265); Max value from RGB is 141 - color contains mainly: blue. Hex color #3A428D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A428D is #C5BD72. Grayscale: #474747. Windows color (decimal): -12959091 or 9257530. OLE color: 9257530.

HSL color Cylindrical-coordinate representation of color #3A428D: hue angle of 234.22º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A428D is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5866141-
CMYK0.590.5300.45
HSL234.22º41.71%39.02%-
HSV(B)234.22º58.87%55.29%-
XYZ8.56.7226.05-
YUV72.16166.85117.9-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.89%
GREEN value IS 66 (26.17% from 255) = 24.91%
BLUE value IS 141 (55.47% from 255) = 53.21%
R=21.89%
G=24.91%
B=53.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal58661410.590.5300.45234.2241.7139.02
Hex3A428D3B3502Dea2a27
Octal7210221573650553525247
Binary111010100001010001101111011110101010110111101010101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A428D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,66,141); }

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

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

 a { background-color: rgb(58,66,141); }

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

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

 span { border-color: rgb(58,66,141); }

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