#343995

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

Shades of Jacksons Purple #343995

Tints of Jacksons Purple #343995

Color information

#343995 (or 0x343995) is unknown color: approx Jacksons Purple. HEX triplet: 34, 39 and 95. RGB value is (52,57,149). Sum of RGB (Red+Green+Blue) = 52+57+149=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 149 (58.59% from 255 or 57.75% from 258); Max value from RGB is 149 - color contains mainly: blue. Hex color #343995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343995 is #CBC66A. Grayscale: #414141. Windows color (decimal): -13354603 or 9779508. OLE color: 9779508.

HSL color Cylindrical-coordinate representation of color #343995: hue angle of 236.91º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #343995 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5257149-
CMYK0.650.6200.42
HSL236.91º48.26%39.41%-
HSV(B)236.91º65.1%58.43%-
XYZ8.35.8329.12-
YUV65.99174.84118.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.16%
GREEN value IS 57 (22.66% from 255) = 22.09%
BLUE value IS 149 (58.59% from 255) = 57.75%
R=20.16%
G=22.09%
B=57.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52571490.650.6200.42236.9148.2639.41
Hex343995413E02Aed3027
Octal6471225101760523556047
Binary110100111001100101011000001111110010101011101101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343995; }

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

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

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

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

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

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

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

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