Html Css Color HEX #343891 Jacksons Purple

📋 copy color: '#343891'

red 52 ◦ green 56 ◦ blue 145

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

Shades of Jacksons Purple #343891

Tints of Jacksons Purple #343891

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.13%

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

R = 20.55%
G = 22.13%
B = 57.31%

CMYK

 C value IS 0.64

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#343891 (or 0x343891) is known color: Jacksons Purple. HEX triplet: 34, 38 and 91. RGB value is (52,56,145). Sum of RGB (Red+Green+Blue) = 52+56+145=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 145 (57.03% from 255 or 57.31% from 253); Max value from RGB is 145 - color contains mainly: blue. Hex color #343891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343891 is #CBC76E. Grayscale: #404040. Windows color (decimal): -13354863 or 9517108. OLE color: 9517108.

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

Color convert

RGB 52 56 145 -
CMYK 0.64 0.61 0 0.43
HSL 237.42º 0.47% 0.39% -
HSV(B) 237.42º 0.64% 0.57% -
XYZ 7.94 5.6 27.45 -
YUV 64.95 173.17 118.76 -
System Red Green Blue C M Y K H S L
Decimal 52 56 145 0.64 0.61 0 0.43 237.42 0.47 0.39
Hex 34 38 91 40 3D 0 2B ED 2F 27
Octal 64 70 221 100 75 0 53 355 57 47
Binary 110100 111000 10010001 1000000 111101 0 101011 11101101 101111 100111

Color Harmonies of #343891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343891

Black with #343891

Text Example


Text Example

White with #343891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343891; }

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

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

background-color css

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

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

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

border-color css

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

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

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