#343985

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

Shades of Jacksons Purple #343985

Tints of Jacksons Purple #343985

Color information

#343985 (or 0x343985) is unknown color: approx Jacksons Purple. HEX triplet: 34, 39 and 85. RGB value is (52,57,133). Sum of RGB (Red+Green+Blue) = 52+57+133=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 133 (52.34% from 255 or 54.96% from 242); Max value from RGB is 133 - color contains mainly: blue. Hex color #343985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343985 is #CBC67A. Grayscale: #3F3F3F. Windows color (decimal): -13354619 or 8730932. OLE color: 8730932.

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

Color convert

RGB5257133-
CMYK0.610.5700.48
HSL236.3º43.78%36.27%-
HSV(B)236.3º60.9%52.16%-
XYZ7.115.3522.85-
YUV64.17166.84119.32-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.49%
GREEN value IS 57 (22.66% from 255) = 23.55%
BLUE value IS 133 (52.34% from 255) = 54.96%
R=21.49%
G=23.55%
B=54.96%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52571330.610.5700.48236.343.7836.27
Hex3439853D39030ec2c24
Octal647120575710603545444
Binary11010011100110000101111101111001011000011101100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343985; }

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

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

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

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

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

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

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

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