#343184

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

Shades of Jacksons Purple #343184

Tints of Jacksons Purple #343184

Color information

#343184 (or 0x343184) is unknown color: approx Jacksons Purple. HEX triplet: 34, 31 and 84. RGB value is (52,49,132). Sum of RGB (Red+Green+Blue) = 52+49+132=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 132 (51.95% from 255 or 56.65% from 233); Max value from RGB is 132 - color contains mainly: blue. Hex color #343184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343184 is #CBCE7B. Grayscale: #3B3B3B. Windows color (decimal): -13356668 or 8663348. OLE color: 8663348.

HSL color Cylindrical-coordinate representation of color #343184: hue angle of 242.17º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #343184 is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5249132-
CMYK0.610.6300.48
HSL242.17º45.86%35.49%-
HSV(B)242.17º62.88%51.76%-
XYZ6.684.5922.36-
YUV59.36168.99122.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.32%
GREEN value IS 49 (19.53% from 255) = 21.03%
BLUE value IS 132 (51.95% from 255) = 56.65%
R=22.32%
G=21.03%
B=56.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52491320.610.6300.48242.1745.8635.49
Hex3431843D3F030f22e23
Octal646120475770603625643
Binary11010011000110000100111101111111011000011110010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343184; }

 p { color: rgb(52,49,132); }

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

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

 a { background-color: rgb(52,49,132); }

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

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

 span { border-color: rgb(52,49,132); }

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