Html Css Color HEX #34317E Jacksons Purple

📋 copy color: '#34317E'

red 52 ◦ green 49 ◦ blue 126

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

Shades of Jacksons Purple #34317E

Tints of Jacksons Purple #34317E

RGB

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

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

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

R = 22.91%
G = 21.59%
B = 55.51%

CMYK

 C value IS 0.59

 M value IS 0.61

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#34317E (or 0x34317E) is known color: Jacksons Purple. HEX triplet: 34, 31 and 7E. RGB value is (52,49,126). Sum of RGB (Red+Green+Blue) = 52+49+126=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 126 (49.61% from 255 or 55.51% from 227); Max value from RGB is 126 - color contains mainly: blue. Hex color #34317E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34317E is #CBCE81. Grayscale: #3A3A3A. Windows color (decimal): -13356674 or 8270132. OLE color: 8270132.

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

Color convert

RGB 52 49 126 -
CMYK 0.59 0.61 0 0.51
HSL 242.34º 0.44% 0.34% -
HSV(B) 242.34º 0.61% 0.49% -
XYZ 6.28 4.43 20.26 -
YUV 58.68 165.99 123.24 -
System Red Green Blue C M Y K H S L
Decimal 52 49 126 0.59 0.61 0 0.51 242.34 0.44 0.34
Hex 34 31 7E 3B 3D 0 33 F2 2C 22
Octal 64 61 176 73 75 0 63 362 54 42
Binary 110100 110001 1111110 111011 111101 0 110011 11110010 101100 100010

Color Harmonies of #34317E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34317E

Black with #34317E

Text Example


Text Example

White with #34317E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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