Html Css Color HEX #343787 Jacksons Purple

📋 copy color: '#343787'

red 52 ◦ green 55 ◦ blue 135

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

Shades of Jacksons Purple #343787

Tints of Jacksons Purple #343787

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 55.79%

R = 21.49%
G = 22.73%
B = 55.79%

CMYK

 C value IS 0.61

 M value IS 0.59

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#343787 (or 0x343787) is known color: Jacksons Purple. HEX triplet: 34, 37 and 87. RGB value is (52,55,135). Sum of RGB (Red+Green+Blue) = 52+55+135=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 135 (53.12% from 255 or 55.79% from 242); Max value from RGB is 135 - color contains mainly: blue. Hex color #343787 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343787 is #CBC878. Grayscale: #3E3E3E. Windows color (decimal): -13355129 or 8861492. OLE color: 8861492.

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

Color convert

RGB 52 55 135 -
CMYK 0.61 0.59 0 0.47
HSL 237.83º 0.44% 0.37% -
HSV(B) 237.83º 0.61% 0.53% -
XYZ 7.16 5.21 23.55 -
YUV 63.22 168.51 120 -
System Red Green Blue C M Y K H S L
Decimal 52 55 135 0.61 0.59 0 0.47 237.83 0.44 0.37
Hex 34 37 87 3D 3B 0 2F EE 2C 25
Octal 64 67 207 75 73 0 57 356 54 45
Binary 110100 110111 10000111 111101 111011 0 101111 11101110 101100 100101

Color Harmonies of #343787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343787

Black with #343787

Text Example


Text Example

White with #343787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343787; }

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

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

background-color css

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

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

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

border-color css

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

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

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