Html Css Color HEX #342F8D Jacksons Purple

📋 copy color: '#342F8D'

red 52 ◦ green 47 ◦ blue 141

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

Shades of Jacksons Purple #342F8D

Tints of Jacksons Purple #342F8D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.58%

 BLUE value IS 141 (55.47% from 255) = 58.75%

R = 21.67%
G = 19.58%
B = 58.75%

CMYK

 C value IS 0.63

 M value IS 0.67

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#342F8D (or 0x342F8D) is known color: Jacksons Purple. HEX triplet: 34, 2F and 8D. RGB value is (52,47,141). Sum of RGB (Red+Green+Blue) = 52+47+141=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 141 (55.47% from 255 or 58.75% from 240); Max value from RGB is 141 - color contains mainly: blue. Hex color #342F8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342F8D is #CBD072. Grayscale: #3A3A3A. Windows color (decimal): -13357171 or 9252660. OLE color: 9252660.

HSL color Cylindrical-coordinate representation of color #342F8D: hue angle of 243.19º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #342F8D is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 47 141 -
CMYK 0.63 0.67 0 0.45
HSL 243.19º 0.5% 0.37% -
HSV(B) 243.19º 0.67% 0.55% -
XYZ 7.24 4.69 25.72 -
YUV 59.21 174.16 122.86 -
System Red Green Blue C M Y K H S L
Decimal 52 47 141 0.63 0.67 0 0.45 243.19 0.5 0.37
Hex 34 2F 8D 3F 43 0 2D F3 32 25
Octal 64 57 215 77 103 0 55 363 62 45
Binary 110100 101111 10001101 111111 1000011 0 101101 11110011 110010 100101

Color Harmonies of #342F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342F8D

Black with #342F8D

Text Example


Text Example

White with #342F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342F8D; }

 p { color: rgb(52,47,141); }

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

background-color css

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

 a { background-color: rgb(52,47,141); }

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

border-color css

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

 span { border-color: rgb(52,47,141); }

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