Html Css Color HEX #342C7C Jacksons Purple

📋 copy color: '#342C7C'

red 52 ◦ green 44 ◦ blue 124

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

Shades of Jacksons Purple #342C7C

Tints of Jacksons Purple #342C7C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20%

 BLUE value IS 124 (48.83% from 255) = 56.36%

R = 23.64%
G = 20%
B = 56.36%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#342C7C (or 0x342C7C) is known color: Jacksons Purple. HEX triplet: 34, 2C and 7C. RGB value is (52,44,124). Sum of RGB (Red+Green+Blue) = 52+44+124=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 44 (17.58% from 255 or 20% from 220); Blue value is 124 (48.83% from 255 or 56.36% from 220); Max value from RGB is 124 - color contains mainly: blue. Hex color #342C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342C7C is #CBD383. Grayscale: #373737. Windows color (decimal): -13357956 or 8137780. OLE color: 8137780.

HSL color Cylindrical-coordinate representation of color #342C7C: hue angle of 246º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #342C7C is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 44 124 -
CMYK 0.58 0.65 0 0.51
HSL 246º 0.48% 0.33% -
HSV(B) 246º 0.65% 0.49% -
XYZ 5.95 3.99 19.52 -
YUV 55.51 166.65 125.5 -
System Red Green Blue C M Y K H S L
Decimal 52 44 124 0.58 0.65 0 0.51 246 0.48 0.33
Hex 34 2C 7C 3A 41 0 33 F6 30 21
Octal 64 54 174 72 101 0 63 366 60 41
Binary 110100 101100 1111100 111010 1000001 0 110011 11110110 110000 100001

Color Harmonies of #342C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342C7C

Black with #342C7C

Text Example


Text Example

White with #342C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,44,124); }

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

background-color css

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

 a { background-color: rgb(52,44,124); }

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

border-color css

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

 span { border-color: rgb(52,44,124); }

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