Html Css Color HEX #342980 Jacksons Purple

📋 copy color: '#342980'

red 52 ◦ green 41 ◦ blue 128

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

Shades of Jacksons Purple #342980

Tints of Jacksons Purple #342980

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.55%

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

R = 23.53%
G = 18.55%
B = 57.92%

CMYK

 C value IS 0.59

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#342980 (or 0x342980) is known color: Jacksons Purple. HEX triplet: 34, 29 and 80. RGB value is (52,41,128). Sum of RGB (Red+Green+Blue) = 52+41+128=221 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.53% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 128 (50.39% from 255 or 57.92% from 221); Max value from RGB is 128 - color contains mainly: blue. Hex color #342980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342980 is #CBD67F. Grayscale: #353535. Windows color (decimal): -13358720 or 8399156. OLE color: 8399156.

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

Color convert

RGB 52 41 128 -
CMYK 0.59 0.68 0 0.50
HSL 247.59º 0.51% 0.33% -
HSV(B) 247.59º 0.68% 0.5% -
XYZ 6.11 3.87 20.85 -
YUV 54.21 169.64 126.43 -
System Red Green Blue C M Y K H S L
Decimal 52 41 128 0.59 0.68 0 0.50 247.59 0.51 0.33
Hex 34 29 80 3B 44 0 32 F8 33 21
Octal 64 51 200 73 104 0 62 370 63 41
Binary 110100 101001 10000000 111011 1000100 0 110010 11111000 110011 100001

Color Harmonies of #342980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342980

Black with #342980

Text Example


Text Example

White with #342980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342980; }

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

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

background-color css

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

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

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

border-color css

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

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

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