Html Css Color HEX #343691 Jacksons Purple

📋 copy color: '#343691'

red 52 ◦ green 54 ◦ blue 145

#343691
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacksons Purple #343691

Tints of Jacksons Purple #343691

RGB

 RED value IS 52 (20.7% 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 value IS 0.64

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#343691 (or 0x343691) is known color: 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

RGB 52 54 145 -
CMYK 0.64 0.63 0 0.43
HSL 238.71º 0.47% 0.39% -
HSV(B) 238.71º 0.64% 0.57% -
XYZ 7.85 5.41 27.42 -
YUV 63.78 173.84 119.6 -
System Red Green Blue C M Y K H S L
Decimal 52 54 145 0.64 0.63 0 0.43 238.71 0.47 0.39
Hex 34 36 91 40 3F 0 2B EF 2F 27
Octal 64 66 221 100 77 0 53 357 57 47
Binary 110100 110110 10010001 1000000 111111 0 101011 11101111 101111 100111

Color Harmonies of #343691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343691

Black with #343691

Text Example


Text Example

White with #343691

Text Example


Text Example

HTML Codes & Css Web 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>