#3A4294

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

Shades of Jacksons Purple #3A4294

Tints of Jacksons Purple #3A4294

Color information

#3A4294 (or 0x3A4294) is unknown color: approx Jacksons Purple. HEX triplet: 3A, 42 and 94. RGB value is (58,66,148). Sum of RGB (Red+Green+Blue) = 58+66+148=272 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.32% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 148 (58.20% from 255 or 54.41% from 272); Max value from RGB is 148 - color contains mainly: blue. Hex color #3A4294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4294 is #C5BD6B. Grayscale: #484848. Windows color (decimal): -12959084 or 9716282. OLE color: 9716282.

HSL color Cylindrical-coordinate representation of color #3A4294: hue angle of 234.67º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A4294 is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5866148-
CMYK0.610.5500.42
HSL234.67º43.69%40.39%-
HSV(B)234.67º60.81%58.04%-
XYZ9.046.9328.88-
YUV72.96170.35117.33-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.32%
GREEN value IS 66 (26.17% from 255) = 24.26%
BLUE value IS 148 (58.20% from 255) = 54.41%
R=21.32%
G=24.26%
B=54.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal58661480.610.5500.42234.6743.6940.39
Hex3A42943D3702Aeb2c28
Octal7210222475670523535450
Binary111010100001010010100111101110111010101011101011101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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