Html Css Color HEX #343784 Jacksons Purple

📋 copy color: '#343784'

red 52 ◦ green 55 ◦ blue 132

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

Shades of Jacksons Purple #343784

Tints of Jacksons Purple #343784

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.01%

 BLUE value IS 132 (51.95% from 255) = 55.23%

R = 21.76%
G = 23.01%
B = 55.23%

CMYK

 C value IS 0.61

 M value IS 0.58

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#343784 (or 0x343784) is known color: Jacksons Purple. HEX triplet: 34, 37 and 84. RGB value is (52,55,132). Sum of RGB (Red+Green+Blue) = 52+55+132=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 132 (51.95% from 255 or 55.23% from 239); Max value from RGB is 132 - color contains mainly: blue. Hex color #343784 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343784 is #CBC87B. Grayscale: #3E3E3E. Windows color (decimal): -13355132 or 8664884. OLE color: 8664884.

HSL color Cylindrical-coordinate representation of color #343784: hue angle of 237.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #343784 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 55 132 -
CMYK 0.61 0.58 0 0.48
HSL 237.75º 0.43% 0.36% -
HSV(B) 237.75º 0.61% 0.52% -
XYZ 6.95 5.13 22.45 -
YUV 62.88 167.01 120.24 -
System Red Green Blue C M Y K H S L
Decimal 52 55 132 0.61 0.58 0 0.48 237.75 0.43 0.36
Hex 34 37 84 3D 3A 0 30 EE 2B 24
Octal 64 67 204 75 72 0 60 356 53 44
Binary 110100 110111 10000100 111101 111010 0 110000 11101110 101011 100100

Color Harmonies of #343784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343784

Black with #343784

Text Example


Text Example

White with #343784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343784; }

 p { color: rgb(52,55,132); }

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

background-color css

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

 a { background-color: rgb(52,55,132); }

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

border-color css

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

 span { border-color: rgb(52,55,132); }

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