#342B85

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

Shades of Jacksons Purple #342B85

Tints of Jacksons Purple #342B85

Color information

#342B85 (or 0x342B85) is unknown color: approx Jacksons Purple. HEX triplet: 34, 2B and 85. RGB value is (52,43,133). Sum of RGB (Red+Green+Blue) = 52+43+133=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 133 (52.34% from 255 or 58.33% from 228); Max value from RGB is 133 - color contains mainly: blue. Hex color #342B85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342B85 is #CBD47A. Grayscale: #373737. Windows color (decimal): -13358203 or 8727348. OLE color: 8727348.

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

Color convert

RGB5243133-
CMYK0.610.6800.48
HSL246º51.14%34.51%-
HSV(B)246º67.67%52.16%-
XYZ6.514.1522.65-
YUV55.95171.48125.18-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.81%
GREEN value IS 43 (17.19% from 255) = 18.86%
BLUE value IS 133 (52.34% from 255) = 58.33%
R=22.81%
G=18.86%
B=58.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52431330.610.6800.4824651.1434.51
Hex342B853D44030f63323
Octal6453205751040603666343
Binary110100101011100001011111011000100011000011110110110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342B85; }

 p { color: rgb(52,43,133); }

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

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

 a { background-color: rgb(52,43,133); }

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

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

 span { border-color: rgb(52,43,133); }

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