Html Css Color HEX #343586 Jacksons Purple

📋 copy color: '#343586'

red 52 ◦ green 53 ◦ blue 134

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

Shades of Jacksons Purple #343586

Tints of Jacksons Purple #343586

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.18%

 BLUE value IS 134 (52.73% from 255) = 56.07%

R = 21.76%
G = 22.18%
B = 56.07%

CMYK

 C value IS 0.61

 M value IS 0.60

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#343586 (or 0x343586) is known color: Jacksons Purple. HEX triplet: 34, 35 and 86. RGB value is (52,53,134). Sum of RGB (Red+Green+Blue) = 52+53+134=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 134 (52.73% from 255 or 56.07% from 239); Max value from RGB is 134 - color contains mainly: blue. Hex color #343586 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343586 is #CBCA79. Grayscale: #3D3D3D. Windows color (decimal): -13355642 or 8795444. OLE color: 8795444.

HSL color Cylindrical-coordinate representation of color #343586: hue angle of 239.27º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #343586 is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 53 134 -
CMYK 0.61 0.60 0 0.47
HSL 239.27º 0.44% 0.36% -
HSV(B) 239.27º 0.61% 0.53% -
XYZ 6.99 5 23.15 -
YUV 61.94 168.67 120.91 -
System Red Green Blue C M Y K H S L
Decimal 52 53 134 0.61 0.60 0 0.47 239.27 0.44 0.36
Hex 34 35 86 3D 3C 0 2F EF 2C 24
Octal 64 65 206 75 74 0 57 357 54 44
Binary 110100 110101 10000110 111101 111100 0 101111 11101111 101100 100100

Color Harmonies of #343586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343586

Black with #343586

Text Example


Text Example

White with #343586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343586; }

 p { color: rgb(52,53,134); }

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

background-color css

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

 a { background-color: rgb(52,53,134); }

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

border-color css

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

 span { border-color: rgb(52,53,134); }

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