Html Css Color HEX #343680 Jacksons Purple

📋 copy color: '#343680'

red 52 ◦ green 54 ◦ blue 128

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

Shades of Jacksons Purple #343680

Tints of Jacksons Purple #343680

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.08%

 BLUE value IS 128 (50.39% from 255) = 54.7%

R = 22.22%
G = 23.08%
B = 54.7%

CMYK

 C value IS 0.59

 M value IS 0.58

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#343680 (or 0x343680) is known color: Jacksons Purple. HEX triplet: 34, 36 and 80. RGB value is (52,54,128). Sum of RGB (Red+Green+Blue) = 52+54+128=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 128 (50.39% from 255 or 54.70% from 234); Max value from RGB is 128 - color contains mainly: blue. Hex color #343680 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343680 is #CBC97F. Grayscale: #3D3D3D. Windows color (decimal): -13355392 or 8402484. OLE color: 8402484.

HSL color Cylindrical-coordinate representation of color #343680: hue angle of 238.42º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #343680 is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 54 128 -
CMYK 0.59 0.58 0 0.50
HSL 238.42º 0.42% 0.35% -
HSV(B) 238.42º 0.59% 0.5% -
XYZ 6.63 4.93 21.02 -
YUV 61.84 165.34 120.98 -
System Red Green Blue C M Y K H S L
Decimal 52 54 128 0.59 0.58 0 0.50 238.42 0.42 0.35
Hex 34 36 80 3B 3A 0 32 EE 2A 23
Octal 64 66 200 73 72 0 62 356 52 43
Binary 110100 110110 10000000 111011 111010 0 110010 11101110 101010 100011

Color Harmonies of #343680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343680

Black with #343680

Text Example


Text Example

White with #343680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343680; }

 p { color: rgb(52,54,128); }

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

background-color css

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

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

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

border-color css

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

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

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