Html Css Color HEX #343582 Jacksons Purple

📋 copy color: '#343582'

red 52 ◦ green 53 ◦ blue 130

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

Shades of Jacksons Purple #343582

Tints of Jacksons Purple #343582

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.55%

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

R = 22.13%
G = 22.55%
B = 55.32%

CMYK

 C value IS 0.60

 M value IS 0.59

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#343582 (or 0x343582) is known color: Jacksons Purple. HEX triplet: 34, 35 and 82. RGB value is (52,53,130). Sum of RGB (Red+Green+Blue) = 52+53+130=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 130 (51.17% from 255 or 55.32% from 235); Max value from RGB is 130 - color contains mainly: blue. Hex color #343582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343582 is #CBCA7D. Grayscale: #3D3D3D. Windows color (decimal): -13355646 or 8533300. OLE color: 8533300.

HSL color Cylindrical-coordinate representation of color #343582: hue angle of 239.23º 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 #343582 is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 53 130 -
CMYK 0.60 0.59 0 0.49
HSL 239.23º 0.43% 0.36% -
HSV(B) 239.23º 0.6% 0.51% -
XYZ 6.72 4.89 21.71 -
YUV 61.48 166.67 121.24 -
System Red Green Blue C M Y K H S L
Decimal 52 53 130 0.60 0.59 0 0.49 239.23 0.43 0.36
Hex 34 35 82 3C 3B 0 31 EF 2B 24
Octal 64 65 202 74 73 0 61 357 53 44
Binary 110100 110101 10000010 111100 111011 0 110001 11101111 101011 100100

Color Harmonies of #343582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343582

Black with #343582

Text Example


Text Example

White with #343582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343582; }

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

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

background-color css

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

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

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

border-color css

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

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

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