Html Css Color HEX #34327F Jacksons Purple

📋 copy color: '#34327F'

red 52 ◦ green 50 ◦ blue 127

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

Shades of Jacksons Purple #34327F

Tints of Jacksons Purple #34327F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.83%

 BLUE value IS 127 (50% from 255) = 55.46%

R = 22.71%
G = 21.83%
B = 55.46%

CMYK

 C value IS 0.59

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#34327F (or 0x34327F) is known color: Jacksons Purple. HEX triplet: 34, 32 and 7F. RGB value is (52,50,127). Sum of RGB (Red+Green+Blue) = 52+50+127=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 127 (50% from 255 or 55.46% from 229); Max value from RGB is 127 - color contains mainly: blue. Hex color #34327F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34327F is #CBCD80. Grayscale: #3B3B3B. Windows color (decimal): -13356417 or 8335924. OLE color: 8335924.

HSL color Cylindrical-coordinate representation of color #34327F: hue angle of 241.56º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #34327F is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 50 127 -
CMYK 0.59 0.61 0 0.50
HSL 241.56º 0.44% 0.35% -
HSV(B) 241.56º 0.61% 0.5% -
XYZ 6.39 4.54 20.62 -
YUV 59.38 166.16 122.74 -
System Red Green Blue C M Y K H S L
Decimal 52 50 127 0.59 0.61 0 0.50 241.56 0.44 0.35
Hex 34 32 7F 3B 3D 0 32 F2 2C 23
Octal 64 62 177 73 75 0 62 362 54 43
Binary 110100 110010 1111111 111011 111101 0 110010 11110010 101100 100011

Color Harmonies of #34327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34327F

Black with #34327F

Text Example


Text Example

White with #34327F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34327F; }

 p { color: rgb(52,50,127); }

 H1.HeaderClassName
 {
   color: #34327F;
 }
 .AnyTagClassName
 {
   color: #34327F;
 }
</style>

background-color css

<style>
 a { background-color: #34327F; }

 a { background-color: rgb(52,50,127); }

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

border-color css

<style>
 span { border-color: #34327F; }

 span { border-color: rgb(52,50,127); }

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