#3A3C84

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

Shades of Jacksons Purple #3A3C84

Tints of Jacksons Purple #3A3C84

Color information

#3A3C84 (or 0x3A3C84) is unknown color: approx Jacksons Purple. HEX triplet: 3A, 3C and 84. RGB value is (58,60,132). Sum of RGB (Red+Green+Blue) = 58+60+132=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 132 (51.95% from 255 or 52.8% from 250); Max value from RGB is 132 - color contains mainly: blue. Hex color #3A3C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3C84 is #C5C37B. Grayscale: #434343. Windows color (decimal): -12960636 or 8666170. OLE color: 8666170.

HSL color Cylindrical-coordinate representation of color #3A3C84: hue angle of 238.38º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A3C84 is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5860132-
CMYK0.560.5500.48
HSL238.38º38.95%37.25%-
HSV(B)238.38º56.06%51.76%-
XYZ7.535.822.55-
YUV67.61164.34121.15-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.2%
GREEN value IS 60 (23.83% from 255) = 24%
BLUE value IS 132 (51.95% from 255) = 52.8%
R=23.2%
G=24%
B=52.8%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal58601320.560.5500.48238.3838.9537.25
Hex3A3C843837030ee2725
Octal727420470670603564745
Binary11101011110010000100111000110111011000011101110100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,60,132); }

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

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

 a { background-color: rgb(58,60,132); }

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

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

 span { border-color: rgb(58,60,132); }

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