Html Css Color HEX #343086 Jacksons Purple

📋 copy color: '#343086'

red 52 ◦ green 48 ◦ blue 134

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

Shades of Jacksons Purple #343086

Tints of Jacksons Purple #343086

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.51%

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

R = 22.22%
G = 20.51%
B = 57.26%

CMYK

 C value IS 0.61

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#343086 (or 0x343086) is known color: Jacksons Purple. HEX triplet: 34, 30 and 86. RGB value is (52,48,134). Sum of RGB (Red+Green+Blue) = 52+48+134=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 134 (52.73% from 255 or 57.26% from 234); Max value from RGB is 134 - color contains mainly: blue. Hex color #343086 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343086 is #CBCF79. Grayscale: #3A3A3A. Windows color (decimal): -13356922 or 8794164. OLE color: 8794164.

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

Color convert

RGB 52 48 134 -
CMYK 0.61 0.64 0 0.47
HSL 242.79º 0.47% 0.36% -
HSV(B) 242.79º 0.64% 0.53% -
XYZ 6.78 4.57 23.08 -
YUV 59 170.33 123.01 -
System Red Green Blue C M Y K H S L
Decimal 52 48 134 0.61 0.64 0 0.47 242.79 0.47 0.36
Hex 34 30 86 3D 40 0 2F F3 2F 24
Octal 64 60 206 75 100 0 57 363 57 44
Binary 110100 110000 10000110 111101 1000000 0 101111 11110011 101111 100100

Color Harmonies of #343086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343086

Black with #343086

Text Example


Text Example

White with #343086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343086; }

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

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

background-color css

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

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

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

border-color css

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

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

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