Html Css Color HEX #343087 Jacksons Purple

📋 copy color: '#343087'

red 52 ◦ green 48 ◦ blue 135

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

Shades of Jacksons Purple #343087

Tints of Jacksons Purple #343087

RGB

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

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

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

R = 22.13%
G = 20.43%
B = 57.45%

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

#343087 (or 0x343087) is known color: Jacksons Purple. HEX triplet: 34, 30 and 87. RGB value is (52,48,135). Sum of RGB (Red+Green+Blue) = 52+48+135=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 135 (53.12% from 255 or 57.45% from 235); Max value from RGB is 135 - color contains mainly: blue. Hex color #343087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343087 is #CBCF78. Grayscale: #3A3A3A. Windows color (decimal): -13356921 or 8859700. OLE color: 8859700.

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

Color convert

RGB 52 48 135 -
CMYK 0.61 0.64 0 0.47
HSL 242.76º 0.48% 0.36% -
HSV(B) 242.76º 0.64% 0.53% -
XYZ 6.85 4.59 23.45 -
YUV 59.11 170.83 122.93 -
System Red Green Blue C M Y K H S L
Decimal 52 48 135 0.61 0.64 0 0.47 242.76 0.48 0.36
Hex 34 30 87 3D 40 0 2F F3 30 24
Octal 64 60 207 75 100 0 57 363 60 44
Binary 110100 110000 10000111 111101 1000000 0 101111 11110011 110000 100100

Color Harmonies of #343087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343087

Black with #343087

Text Example


Text Example

White with #343087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343087; }

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

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

background-color css

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

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

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

border-color css

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

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

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