Html Css Color HEX #342F7E Jacksons Purple

📋 copy color: '#342F7E'

red 52 ◦ green 47 ◦ blue 126

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

Shades of Jacksons Purple #342F7E

Tints of Jacksons Purple #342F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 56%

R = 23.11%
G = 20.89%
B = 56%

CMYK

 C value IS 0.59

 M value IS 0.63

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#342F7E (or 0x342F7E) is known color: Jacksons Purple. HEX triplet: 34, 2F and 7E. RGB value is (52,47,126). Sum of RGB (Red+Green+Blue) = 52+47+126=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 47 (18.75% from 255 or 20.89% from 225); Blue value is 126 (49.61% from 255 or 56% from 225); Max value from RGB is 126 - color contains mainly: blue. Hex color #342F7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342F7E is #CBD081. Grayscale: #393939. Windows color (decimal): -13357186 or 8269620. OLE color: 8269620.

HSL color Cylindrical-coordinate representation of color #342F7E: hue angle of 243.8º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #342F7E is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 47 126 -
CMYK 0.59 0.63 0 0.51
HSL 243.8º 0.46% 0.34% -
HSV(B) 243.8º 0.63% 0.49% -
XYZ 6.2 4.27 20.24 -
YUV 57.5 166.66 124.08 -
System Red Green Blue C M Y K H S L
Decimal 52 47 126 0.59 0.63 0 0.51 243.8 0.46 0.34
Hex 34 2F 7E 3B 3F 0 33 F4 2E 22
Octal 64 57 176 73 77 0 63 364 56 42
Binary 110100 101111 1111110 111011 111111 0 110011 11110100 101110 100010

Color Harmonies of #342F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342F7E

Black with #342F7E

Text Example


Text Example

White with #342F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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