#3A428A

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

Shades of Jacksons Purple #3A428A

Tints of Jacksons Purple #3A428A

Color information

#3A428A (or 0x3A428A) is unknown color: approx Jacksons Purple. HEX triplet: 3A, 42 and 8A. RGB value is (58,66,138). Sum of RGB (Red+Green+Blue) = 58+66+138=262 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.14% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 138 (54.30% from 255 or 52.67% from 262); Max value from RGB is 138 - color contains mainly: blue. Hex color #3A428A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A428A is #C5BD75. Grayscale: #474747. Windows color (decimal): -12959094 or 9060922. OLE color: 9060922.

HSL color Cylindrical-coordinate representation of color #3A428A: hue angle of 234º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A428A is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5866138-
CMYK0.580.5200.46
HSL234º40.82%38.43%-
HSV(B)234º57.97%54.12%-
XYZ8.286.6324.89-
YUV71.82165.35118.15-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.14%
GREEN value IS 66 (26.17% from 255) = 25.19%
BLUE value IS 138 (54.30% from 255) = 52.67%
R=22.14%
G=25.19%
B=52.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal58661380.580.5200.4623440.8238.43
Hex3A428A3A3402Eea2926
Octal7210221272640563525146
Binary111010100001010001010111010110100010111011101010101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A428A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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