Html Css Color HEX #34317C Jacksons Purple

📋 copy color: '#34317C'

red 52 ◦ green 49 ◦ blue 124

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

Shades of Jacksons Purple #34317C

Tints of Jacksons Purple #34317C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.78%

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

R = 23.11%
G = 21.78%
B = 55.11%

CMYK

 C value IS 0.58

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#34317C (or 0x34317C) is known color: Jacksons Purple. HEX triplet: 34, 31 and 7C. RGB value is (52,49,124). Sum of RGB (Red+Green+Blue) = 52+49+124=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #34317C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34317C is #CBCE83. Grayscale: #3A3A3A. Windows color (decimal): -13356676 or 8139060. OLE color: 8139060.

HSL color Cylindrical-coordinate representation of color #34317C: hue angle of 242.4º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #34317C is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 49 124 -
CMYK 0.58 0.60 0 0.51
HSL 242.4º 0.43% 0.34% -
HSV(B) 242.4º 0.6% 0.49% -
XYZ 6.15 4.38 19.59 -
YUV 58.45 164.99 123.4 -
System Red Green Blue C M Y K H S L
Decimal 52 49 124 0.58 0.60 0 0.51 242.4 0.43 0.34
Hex 34 31 7C 3A 3C 0 33 F2 2B 22
Octal 64 61 174 72 74 0 63 362 53 42
Binary 110100 110001 1111100 111010 111100 0 110011 11110010 101011 100010

Color Harmonies of #34317C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34317C

Black with #34317C

Text Example


Text Example

White with #34317C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34317C; }

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

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

background-color css

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

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

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

border-color css

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

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

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