Html Css Color HEX #343487 Jacksons Purple

📋 copy color: '#343487'

red 52 ◦ green 52 ◦ blue 135

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

Shades of Jacksons Purple #343487

Tints of Jacksons Purple #343487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 56.49%

R = 21.76%
G = 21.76%
B = 56.49%

CMYK

 C value IS 0.61

 M value IS 0.61

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#343487 (or 0x343487) is known color: Jacksons Purple. HEX triplet: 34, 34 and 87. RGB value is (52,52,135). Sum of RGB (Red+Green+Blue) = 52+52+135=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 135 (53.12% from 255 or 56.49% from 239); Max value from RGB is 135 - color contains mainly: blue. Hex color #343487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343487 is #CBCB78. Grayscale: #3D3D3D. Windows color (decimal): -13355897 or 8860724. OLE color: 8860724.

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

Color convert

RGB 52 52 135 -
CMYK 0.61 0.61 0 0.47
HSL 240º 0.44% 0.37% -
HSV(B) 240º 0.61% 0.53% -
XYZ 7.02 4.94 23.5 -
YUV 61.46 169.5 121.25 -
System Red Green Blue C M Y K H S L
Decimal 52 52 135 0.61 0.61 0 0.47 240 0.44 0.37
Hex 34 34 87 3D 3D 0 2F F0 2C 25
Octal 64 64 207 75 75 0 57 360 54 45
Binary 110100 110100 10000111 111101 111101 0 101111 11110000 101100 100101

Color Harmonies of #343487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343487

Black with #343487

Text Example


Text Example

White with #343487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343487; }

 p { color: rgb(52,52,135); }

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

background-color css

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

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

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

border-color css

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

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

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