Html Css Color HEX #343D82 Jacksons Purple

📋 copy color: '#343D82'

red 52 ◦ green 61 ◦ blue 130

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

Shades of Jacksons Purple #343D82

Tints of Jacksons Purple #343D82

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.1%

 BLUE value IS 130 (51.17% from 255) = 53.5%

R = 21.4%
G = 25.1%
B = 53.5%

CMYK

 C value IS 0.60

 M value IS 0.53

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#343D82 (or 0x343D82) is known color: Jacksons Purple. HEX triplet: 34, 3D and 82. RGB value is (52,61,130). Sum of RGB (Red+Green+Blue) = 52+61+130=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 130 (51.17% from 255 or 53.50% from 243); Max value from RGB is 130 - color contains mainly: blue. Hex color #343D82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343D82 is #CBC27D. Grayscale: #414141. Windows color (decimal): -13353598 or 8535348. OLE color: 8535348.

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

Color convert

RGB 52 61 130 -
CMYK 0.60 0.53 0 0.49
HSL 233.08º 0.43% 0.36% -
HSV(B) 233.08º 0.6% 0.51% -
XYZ 7.11 5.68 21.84 -
YUV 66.18 164.02 117.89 -
System Red Green Blue C M Y K H S L
Decimal 52 61 130 0.60 0.53 0 0.49 233.08 0.43 0.36
Hex 34 3D 82 3C 35 0 31 E9 2B 24
Octal 64 75 202 74 65 0 61 351 53 44
Binary 110100 111101 10000010 111100 110101 0 110001 11101001 101011 100100

Color Harmonies of #343D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343D82

Black with #343D82

Text Example


Text Example

White with #343D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343D82; }

 p { color: rgb(52,61,130); }

 H1.HeaderClassName
 {
   color: #343D82;
 }
 .AnyTagClassName
 {
   color: #343D82;
 }
</style>

background-color css

<style>
 a { background-color: #343D82; }

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

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

border-color css

<style>
 span { border-color: #343D82; }

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

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