Html Css Color HEX #343080 Jacksons Purple

📋 copy color: '#343080'

red 52 ◦ green 48 ◦ blue 128

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

Shades of Jacksons Purple #343080

Tints of Jacksons Purple #343080

RGB

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

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

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

R = 22.81%
G = 21.05%
B = 56.14%

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

#343080 (or 0x343080) is known color: Jacksons Purple. HEX triplet: 34, 30 and 80. RGB value is (52,48,128). Sum of RGB (Red+Green+Blue) = 52+48+128=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 128 (50.39% from 255 or 56.14% from 228); Max value from RGB is 128 - color contains mainly: blue. Hex color #343080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343080 is #CBCF7F. Grayscale: #3A3A3A. Windows color (decimal): -13356928 or 8400948. OLE color: 8400948.

HSL color Cylindrical-coordinate representation of color #343080: hue angle of 243º 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 #343080 is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 48 128 -
CMYK 0.59 0.62 0 0.50
HSL 243º 0.45% 0.35% -
HSV(B) 243º 0.63% 0.5% -
XYZ 6.37 4.4 20.94 -
YUV 58.32 167.33 123.5 -
System Red Green Blue C M Y K H S L
Decimal 52 48 128 0.59 0.62 0 0.50 243 0.45 0.35
Hex 34 30 80 3B 3E 0 32 F3 2D 23
Octal 64 60 200 73 76 0 62 363 55 43
Binary 110100 110000 10000000 111011 111110 0 110010 11110011 101101 100011

Color Harmonies of #343080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343080

Black with #343080

Text Example


Text Example

White with #343080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343080; }

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

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

background-color css

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

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

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

border-color css

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

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

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