#343691

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

Shades of Jacksons Purple #343691

Tints of Jacksons Purple #343691

Color information

#343691 (or 0x343691) is unknown color: approx Jacksons Purple. HEX triplet: 34, 36 and 91. RGB value is (52,54,145). Sum of RGB (Red+Green+Blue) = 52+54+145=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 145 (57.03% from 255 or 57.77% from 251); Max value from RGB is 145 - color contains mainly: blue. Hex color #343691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343691 is #CBC96E. Grayscale: #3F3F3F. Windows color (decimal): -13355375 or 9516596. OLE color: 9516596.

HSL color Cylindrical-coordinate representation of color #343691: hue angle of 238.71º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #343691 is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5254145-
CMYK0.640.6300.43
HSL238.71º47.21%38.63%-
HSV(B)238.71º64.14%56.86%-
XYZ7.855.4127.42-
YUV63.78173.84119.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.72%
GREEN value IS 54 (21.48% from 255) = 21.51%
BLUE value IS 145 (57.03% from 255) = 57.77%
R=20.72%
G=21.51%
B=57.77%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal52541450.640.6300.43238.7147.2138.63
Hex343691403F02Bef2f27
Octal6466221100770533575747
Binary110100110110100100011000000111111010101111101111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343691; }

 p { color: rgb(52,54,145); }

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

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

 a { background-color: rgb(52,54,145); }

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

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

 span { border-color: rgb(52,54,145); }

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