#3A4292

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

Shades of Jacksons Purple #3A4292

Tints of Jacksons Purple #3A4292

Color information

#3A4292 (or 0x3A4292) is unknown color: approx Jacksons Purple. HEX triplet: 3A, 42 and 92. RGB value is (58,66,146). Sum of RGB (Red+Green+Blue) = 58+66+146=270 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.48% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 146 (57.42% from 255 or 54.07% from 270); Max value from RGB is 146 - color contains mainly: blue. Hex color #3A4292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4292 is #C5BD6D. Grayscale: #484848. Windows color (decimal): -12959086 or 9585210. OLE color: 9585210.

HSL color Cylindrical-coordinate representation of color #3A4292: hue angle of 234.55º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A4292 is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5866146-
CMYK0.600.5500.43
HSL234.55º43.14%40%-
HSV(B)234.55º60.27%57.25%-
XYZ8.886.8728.05-
YUV72.73169.35117.5-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.48%
GREEN value IS 66 (26.17% from 255) = 24.44%
BLUE value IS 146 (57.42% from 255) = 54.07%
R=21.48%
G=24.44%
B=54.07%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal58661460.600.5500.43234.5543.1440
Hex3A42923C3702Beb2b28
Octal7210222274670533535350
Binary111010100001010010010111100110111010101111101011101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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