#3A3E92

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

Shades of Jacksons Purple #3A3E92

Tints of Jacksons Purple #3A3E92

Color information

#3A3E92 (or 0x3A3E92) is unknown color: approx Jacksons Purple. HEX triplet: 3A, 3E and 92. RGB value is (58,62,146). Sum of RGB (Red+Green+Blue) = 58+62+146=266 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.80% from 266); Green value is 62 (24.61% from 255 or 23.31% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #3A3E92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3E92 is #C5C16D. Grayscale: #464646. Windows color (decimal): -12960110 or 9584186. OLE color: 9584186.

HSL color Cylindrical-coordinate representation of color #3A3E92: hue angle of 237.27º 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 #3A3E92 is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5862146-
CMYK0.600.5800.43
HSL237.27º43.14%40%-
HSV(B)237.27º60.27%57.25%-
XYZ8.666.4227.98-
YUV70.38170.67119.17-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.80%
GREEN value IS 62 (24.61% from 255) = 23.31%
BLUE value IS 146 (57.42% from 255) = 54.89%
R=21.80%
G=23.31%
B=54.89%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal58621460.600.5800.43237.2743.1440
Hex3A3E923C3A02Bed2b28
Octal727622274720533555350
Binary11101011111010010010111100111010010101111101101101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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