Html Css Color HEX #343791 Jacksons Purple

📋 copy color: '#343791'

red 52 ◦ green 55 ◦ blue 145

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

Shades of Jacksons Purple #343791

Tints of Jacksons Purple #343791

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.83%

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

R = 20.63%
G = 21.83%
B = 57.54%

CMYK

 C value IS 0.64

 M value IS 0.62

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#343791 (or 0x343791) is known color: Jacksons Purple. HEX triplet: 34, 37 and 91. RGB value is (52,55,145). Sum of RGB (Red+Green+Blue) = 52+55+145=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 145 (57.03% from 255 or 57.54% from 252); Max value from RGB is 145 - color contains mainly: blue. Hex color #343791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343791 is #CBC86E. Grayscale: #404040. Windows color (decimal): -13355119 or 9516852. OLE color: 9516852.

HSL color Cylindrical-coordinate representation of color #343791: hue angle of 238.06º 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 #343791 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 55 145 -
CMYK 0.64 0.62 0 0.43
HSL 238.06º 0.47% 0.39% -
HSV(B) 238.06º 0.64% 0.57% -
XYZ 7.89 5.51 27.43 -
YUV 64.36 173.51 119.18 -
System Red Green Blue C M Y K H S L
Decimal 52 55 145 0.64 0.62 0 0.43 238.06 0.47 0.39
Hex 34 37 91 40 3E 0 2B EE 2F 27
Octal 64 67 221 100 76 0 53 356 57 47
Binary 110100 110111 10010001 1000000 111110 0 101011 11101110 101111 100111

Color Harmonies of #343791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343791

Black with #343791

Text Example


Text Example

White with #343791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343791; }

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

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

background-color css

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

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

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

border-color css

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

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

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