Html Css Color HEX #343591 Jacksons Purple

📋 copy color: '#343591'

red 52 ◦ green 53 ◦ blue 145

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

Shades of Jacksons Purple #343591

Tints of Jacksons Purple #343591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 58%

R = 20.8%
G = 21.2%
B = 58%

CMYK

 C value IS 0.64

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#343591 (or 0x343591) is known color: Jacksons Purple. HEX triplet: 34, 35 and 91. RGB value is (52,53,145). Sum of RGB (Red+Green+Blue) = 52+53+145=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 145 (57.03% from 255 or 58% from 250); Max value from RGB is 145 - color contains mainly: blue. Hex color #343591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343591 is #CBCA6E. Grayscale: #3E3E3E. Windows color (decimal): -13355631 or 9516340. OLE color: 9516340.

HSL color Cylindrical-coordinate representation of color #343591: hue angle of 239.35º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #343591 is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 53 145 -
CMYK 0.64 0.63 0 0.43
HSL 239.35º 0.47% 0.39% -
HSV(B) 239.35º 0.64% 0.57% -
XYZ 7.8 5.32 27.4 -
YUV 63.19 174.17 120.02 -
System Red Green Blue C M Y K H S L
Decimal 52 53 145 0.64 0.63 0 0.43 239.35 0.47 0.39
Hex 34 35 91 40 3F 0 2B EF 2F 27
Octal 64 65 221 100 77 0 53 357 57 47
Binary 110100 110101 10010001 1000000 111111 0 101011 11101111 101111 100111

Color Harmonies of #343591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343591

Black with #343591

Text Example


Text Example

White with #343591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343591; }

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

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

background-color css

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

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

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

border-color css

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

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

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