Html Css Color HEX #343180 Jacksons Purple

📋 copy color: '#343180'

red 52 ◦ green 49 ◦ blue 128

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

Shades of Jacksons Purple #343180

Tints of Jacksons Purple #343180

RGB

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

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

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

R = 22.71%
G = 21.4%
B = 55.9%

CMYK

 C value IS 0.59

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#343180 (or 0x343180) is known color: Jacksons Purple. HEX triplet: 34, 31 and 80. RGB value is (52,49,128). Sum of RGB (Red+Green+Blue) = 52+49+128=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 128 (50.39% from 255 or 55.90% from 229); Max value from RGB is 128 - color contains mainly: blue. Hex color #343180 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343180 is #CBCE7F. Grayscale: #3A3A3A. Windows color (decimal): -13356672 or 8401204. OLE color: 8401204.

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

Color convert

RGB 52 49 128 -
CMYK 0.59 0.62 0 0.50
HSL 242.28º 0.45% 0.35% -
HSV(B) 242.28º 0.62% 0.5% -
XYZ 6.41 4.49 20.95 -
YUV 58.9 166.99 123.08 -
System Red Green Blue C M Y K H S L
Decimal 52 49 128 0.59 0.62 0 0.50 242.28 0.45 0.35
Hex 34 31 80 3B 3E 0 32 F2 2D 23
Octal 64 61 200 73 76 0 62 362 55 43
Binary 110100 110001 10000000 111011 111110 0 110010 11110010 101101 100011

Color Harmonies of #343180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343180

Black with #343180

Text Example


Text Example

White with #343180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343180; }

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

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

background-color css

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

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

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

border-color css

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

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

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