Html Css Color HEX #343189 Jacksons Purple

📋 copy color: '#343189'

red 52 ◦ green 49 ◦ blue 137

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

Shades of Jacksons Purple #343189

Tints of Jacksons Purple #343189

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.59%

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

R = 21.85%
G = 20.59%
B = 57.56%

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

#343189 (or 0x343189) is known color: Jacksons Purple. HEX triplet: 34, 31 and 89. RGB value is (52,49,137). Sum of RGB (Red+Green+Blue) = 52+49+137=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 137 (53.91% from 255 or 57.56% from 238); Max value from RGB is 137 - color contains mainly: blue. Hex color #343189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343189 is #CBCE76. Grayscale: #3B3B3B. Windows color (decimal): -13356663 or 8991028. OLE color: 8991028.

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

Color convert

RGB 52 49 137 -
CMYK 0.62 0.64 0 0.46
HSL 242.05º 0.47% 0.36% -
HSV(B) 242.05º 0.64% 0.54% -
XYZ 7.03 4.73 24.21 -
YUV 59.93 171.49 122.34 -
System Red Green Blue C M Y K H S L
Decimal 52 49 137 0.62 0.64 0 0.46 242.05 0.47 0.36
Hex 34 31 89 3E 40 0 2E F2 2F 24
Octal 64 61 211 76 100 0 56 362 57 44
Binary 110100 110001 10001001 111110 1000000 0 101110 11110010 101111 100100

Color Harmonies of #343189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343189

Black with #343189

Text Example


Text Example

White with #343189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343189; }

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

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

background-color css

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

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

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

border-color css

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

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

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