Html Css Color HEX #343289 Jacksons Purple

📋 copy color: '#343289'

red 52 ◦ green 50 ◦ blue 137

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

Shades of Jacksons Purple #343289

Tints of Jacksons Purple #343289

RGB

 RED value IS 52 (20.7% from 255) = 21.76%

 GREEN value IS 50 (19.92% from 255) = 20.92%

 BLUE value IS 137 (53.91% from 255) = 57.32%

R = 21.76%
G = 20.92%
B = 57.32%

CMYK

 C value IS 0.62

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#343289 (or 0x343289) is known color: Jacksons Purple. HEX triplet: 34, 32 and 89. RGB value is (52,50,137). Sum of RGB (Red+Green+Blue) = 52+50+137=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 137 (53.91% from 255 or 57.32% from 239); Max value from RGB is 137 - color contains mainly: blue. Hex color #343289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343289 is #CBCD76. Grayscale: #3C3C3C. Windows color (decimal): -13356407 or 8991284. OLE color: 8991284.

HSL color Cylindrical-coordinate representation of color #343289: hue angle of 241.38º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #343289 is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 50 137 -
CMYK 0.62 0.64 0 0.46
HSL 241.38º 0.47% 0.37% -
HSV(B) 241.38º 0.64% 0.54% -
XYZ 7.07 4.82 24.22 -
YUV 60.52 171.16 121.93 -
System Red Green Blue C M Y K H S L
Decimal 52 50 137 0.62 0.64 0 0.46 241.38 0.47 0.37
Hex 34 32 89 3E 40 0 2E F1 2F 25
Octal 64 62 211 76 100 0 56 361 57 45
Binary 110100 110010 10001001 111110 1000000 0 101110 11110001 101111 100101

Color Harmonies of #343289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343289

Black with #343289

Text Example


Text Example

White with #343289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343289; }

 p { color: rgb(52,50,137); }

 H1.HeaderClassName
 {
   color: #343289;
 }
 .AnyTagClassName
 {
   color: #343289;
 }
</style>

background-color css

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

 a { background-color: rgb(52,50,137); }

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

border-color css

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

 span { border-color: rgb(52,50,137); }

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