Html Css Color HEX #34348D Jacksons Purple

📋 copy color: '#34348D'

red 52 ◦ green 52 ◦ blue 141

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

Shades of Jacksons Purple #34348D

Tints of Jacksons Purple #34348D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 57.55%

R = 21.22%
G = 21.22%
B = 57.55%

CMYK

 C value IS 0.63

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34348D (or 0x34348D) is known color: Jacksons Purple. HEX triplet: 34, 34 and 8D. RGB value is (52,52,141). Sum of RGB (Red+Green+Blue) = 52+52+141=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 141 (55.47% from 255 or 57.55% from 245); Max value from RGB is 141 - color contains mainly: blue. Hex color #34348D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34348D is #CBCB72. Grayscale: #3D3D3D. Windows color (decimal): -13355891 or 9253940. OLE color: 9253940.

HSL color Cylindrical-coordinate representation of color #34348D: hue angle of 240º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34348D is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 52 141 -
CMYK 0.63 0.63 0 0.45
HSL 240º 0.46% 0.38% -
HSV(B) 240º 0.63% 0.55% -
XYZ 7.45 5.11 25.79 -
YUV 62.15 172.5 120.76 -
System Red Green Blue C M Y K H S L
Decimal 52 52 141 0.63 0.63 0 0.45 240 0.46 0.38
Hex 34 34 8D 3F 3F 0 2D F0 2E 26
Octal 64 64 215 77 77 0 55 360 56 46
Binary 110100 110100 10001101 111111 111111 0 101101 11110000 101110 100110

Color Harmonies of #34348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34348D

Black with #34348D

Text Example


Text Example

White with #34348D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34348D; }

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

 H1.HeaderClassName
 {
   color: #34348D;
 }
 .AnyTagClassName
 {
   color: #34348D;
 }
</style>

background-color css

<style>
 a { background-color: #34348D; }

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

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

border-color css

<style>
 span { border-color: #34348D; }

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

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