Html Css Color HEX #343886 Jacksons Purple

📋 copy color: '#343886'

red 52 ◦ green 56 ◦ blue 134

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

Shades of Jacksons Purple #343886

Tints of Jacksons Purple #343886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 55.37%

R = 21.49%
G = 23.14%
B = 55.37%

CMYK

 C value IS 0.61

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#343886 (or 0x343886) is known color: Jacksons Purple. HEX triplet: 34, 38 and 86. RGB value is (52,56,134). Sum of RGB (Red+Green+Blue) = 52+56+134=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 134 (52.73% from 255 or 55.37% from 242); Max value from RGB is 134 - color contains mainly: blue. Hex color #343886 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343886 is #CBC779. Grayscale: #3F3F3F. Windows color (decimal): -13354874 or 8796212. OLE color: 8796212.

HSL color Cylindrical-coordinate representation of color #343886: hue angle of 237.07º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #343886 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 56 134 -
CMYK 0.61 0.58 0 0.47
HSL 237.07º 0.44% 0.36% -
HSV(B) 237.07º 0.61% 0.53% -
XYZ 7.13 5.28 23.2 -
YUV 63.7 167.67 119.66 -
System Red Green Blue C M Y K H S L
Decimal 52 56 134 0.61 0.58 0 0.47 237.07 0.44 0.36
Hex 34 38 86 3D 3A 0 2F ED 2C 24
Octal 64 70 206 75 72 0 57 355 54 44
Binary 110100 111000 10000110 111101 111010 0 101111 11101101 101100 100100

Color Harmonies of #343886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343886

Black with #343886

Text Example


Text Example

White with #343886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343886; }

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

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

background-color css

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

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

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

border-color css

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

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

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