Html Css Color HEX #343587 Jacksons Purple

📋 copy color: '#343587'

red 52 ◦ green 53 ◦ blue 135

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

Shades of Jacksons Purple #343587

Tints of Jacksons Purple #343587

RGB

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

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

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

R = 21.67%
G = 22.08%
B = 56.25%

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

#343587 (or 0x343587) is known color: Jacksons Purple. HEX triplet: 34, 35 and 87. RGB value is (52,53,135). Sum of RGB (Red+Green+Blue) = 52+53+135=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 135 (53.12% from 255 or 56.25% from 240); Max value from RGB is 135 - color contains mainly: blue. Hex color #343587 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343587 is #CBCA78. Grayscale: #3D3D3D. Windows color (decimal): -13355641 or 8860980. OLE color: 8860980.

HSL color Cylindrical-coordinate representation of color #343587: hue angle of 239.28º 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 #343587 is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 53 135 -
CMYK 0.61 0.61 0 0.47
HSL 239.28º 0.44% 0.37% -
HSV(B) 239.28º 0.61% 0.53% -
XYZ 7.06 5.03 23.52 -
YUV 62.05 169.17 120.83 -
System Red Green Blue C M Y K H S L
Decimal 52 53 135 0.61 0.61 0 0.47 239.28 0.44 0.37
Hex 34 35 87 3D 3D 0 2F EF 2C 25
Octal 64 65 207 75 75 0 57 357 54 45
Binary 110100 110101 10000111 111101 111101 0 101111 11101111 101100 100101

Color Harmonies of #343587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343587

Black with #343587

Text Example


Text Example

White with #343587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343587; }

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

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

background-color css

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

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

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

border-color css

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

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

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