Html Css Color HEX #343186 Jacksons Purple

📋 copy color: '#343186'

red 52 ◦ green 49 ◦ blue 134

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

Shades of Jacksons Purple #343186

Tints of Jacksons Purple #343186

RGB

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

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

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

R = 22.13%
G = 20.85%
B = 57.02%

CMYK

 C value IS 0.61

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#343186 (or 0x343186) is known color: Jacksons Purple. HEX triplet: 34, 31 and 86. RGB value is (52,49,134). Sum of RGB (Red+Green+Blue) = 52+49+134=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 134 (52.73% from 255 or 57.02% from 235); Max value from RGB is 134 - color contains mainly: blue. Hex color #343186 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343186 is #CBCE79. Grayscale: #3B3B3B. Windows color (decimal): -13356666 or 8794420. OLE color: 8794420.

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

Color convert

RGB 52 49 134 -
CMYK 0.61 0.63 0 0.47
HSL 242.12º 0.46% 0.36% -
HSV(B) 242.12º 0.63% 0.53% -
XYZ 6.82 4.65 23.09 -
YUV 59.59 169.99 122.59 -
System Red Green Blue C M Y K H S L
Decimal 52 49 134 0.61 0.63 0 0.47 242.12 0.46 0.36
Hex 34 31 86 3D 3F 0 2F F2 2E 24
Octal 64 61 206 75 77 0 57 362 56 44
Binary 110100 110001 10000110 111101 111111 0 101111 11110010 101110 100100

Color Harmonies of #343186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343186

Black with #343186

Text Example


Text Example

White with #343186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343186; }

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

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

background-color css

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

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

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

border-color css

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

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

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