Html Css Color HEX #343887 Jacksons Purple

📋 copy color: '#343887'

red 52 ◦ green 56 ◦ blue 135

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

Shades of Jacksons Purple #343887

Tints of Jacksons Purple #343887

RGB

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

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

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

R = 21.4%
G = 23.05%
B = 55.56%

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

#343887 (or 0x343887) is known color: Jacksons Purple. HEX triplet: 34, 38 and 87. RGB value is (52,56,135). Sum of RGB (Red+Green+Blue) = 52+56+135=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 135 (53.12% from 255 or 55.56% from 243); Max value from RGB is 135 - color contains mainly: blue. Hex color #343887 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343887 is #CBC778. Grayscale: #3F3F3F. Windows color (decimal): -13354873 or 8861748. OLE color: 8861748.

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

Color convert

RGB 52 56 135 -
CMYK 0.61 0.59 0 0.47
HSL 237.11º 0.44% 0.37% -
HSV(B) 237.11º 0.61% 0.53% -
XYZ 7.2 5.31 23.57 -
YUV 63.81 168.17 119.58 -
System Red Green Blue C M Y K H S L
Decimal 52 56 135 0.61 0.59 0 0.47 237.11 0.44 0.37
Hex 34 38 87 3D 3B 0 2F ED 2C 25
Octal 64 70 207 75 73 0 57 355 54 45
Binary 110100 111000 10000111 111101 111011 0 101111 11101101 101100 100101

Color Harmonies of #343887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343887

Black with #343887

Text Example


Text Example

White with #343887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343887; }

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

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

background-color css

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

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

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

border-color css

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

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

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