#3A3284

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

Shades of Jacksons Purple #3A3284

Tints of Jacksons Purple #3A3284

Color information

#3A3284 (or 0x3A3284) is unknown color: approx Jacksons Purple. HEX triplet: 3A, 32 and 84. RGB value is (58,50,132). Sum of RGB (Red+Green+Blue) = 58+50+132=240 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.17% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 132 (51.95% from 255 or 55% from 240); Max value from RGB is 132 - color contains mainly: blue. Hex color #3A3284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3284 is #C5CD7B. Grayscale: #3D3D3D. Windows color (decimal): -12963196 or 8663610. OLE color: 8663610.

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

Color convert

RGB5850132-
CMYK0.560.6200.48
HSL245.85º45.05%35.69%-
HSV(B)245.85º62.12%51.76%-
XYZ7.054.8522.39-
YUV61.74167.65125.33-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.17%
GREEN value IS 50 (19.92% from 255) = 20.83%
BLUE value IS 132 (51.95% from 255) = 55%
R=24.17%
G=20.83%
B=55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal58501320.560.6200.48245.8545.0535.69
Hex3A3284383E030f62d24
Octal726220470760603665544
Binary11101011001010000100111000111110011000011110110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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