Html Css Color HEX #34347C Jacksons Purple

📋 copy color: '#34347C'

red 52 ◦ green 52 ◦ blue 124

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

Shades of Jacksons Purple #34347C

Tints of Jacksons Purple #34347C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.81%

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

R = 22.81%
G = 22.81%
B = 54.39%

CMYK

 C value IS 0.58

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#34347C (or 0x34347C) is known color: Jacksons Purple. HEX triplet: 34, 34 and 7C. RGB value is (52,52,124). Sum of RGB (Red+Green+Blue) = 52+52+124=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 124 (48.83% from 255 or 54.39% from 228); Max value from RGB is 124 - color contains mainly: blue. Hex color #34347C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34347C is #CBCB83. Grayscale: #3B3B3B. Windows color (decimal): -13355908 or 8139828. OLE color: 8139828.

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

Color convert

RGB 52 52 124 -
CMYK 0.58 0.58 0 0.51
HSL 240º 0.41% 0.35% -
HSV(B) 240º 0.58% 0.49% -
XYZ 6.28 4.64 19.63 -
YUV 60.21 164 122.15 -
System Red Green Blue C M Y K H S L
Decimal 52 52 124 0.58 0.58 0 0.51 240 0.41 0.35
Hex 34 34 7C 3A 3A 0 33 F0 29 23
Octal 64 64 174 72 72 0 63 360 51 43
Binary 110100 110100 1111100 111010 111010 0 110011 11110000 101001 100011

Color Harmonies of #34347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34347C

Black with #34347C

Text Example


Text Example

White with #34347C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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