Html Css Color HEX #343890 Jacksons Purple

📋 copy color: '#343890'

red 52 ◦ green 56 ◦ blue 144

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

Shades of Jacksons Purple #343890

Tints of Jacksons Purple #343890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 57.14%

R = 20.63%
G = 22.22%
B = 57.14%

CMYK

 C value IS 0.64

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#343890 (or 0x343890) is known color: Jacksons Purple. HEX triplet: 34, 38 and 90. RGB value is (52,56,144). Sum of RGB (Red+Green+Blue) = 52+56+144=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 144 (56.64% from 255 or 57.14% from 252); Max value from RGB is 144 - color contains mainly: blue. Hex color #343890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343890 is #CBC76F. Grayscale: #404040. Windows color (decimal): -13354864 or 9451572. OLE color: 9451572.

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

Color convert

RGB 52 56 144 -
CMYK 0.64 0.61 0 0.44
HSL 237.39º 0.47% 0.38% -
HSV(B) 237.39º 0.64% 0.56% -
XYZ 7.86 5.57 27.05 -
YUV 64.84 172.67 118.84 -
System Red Green Blue C M Y K H S L
Decimal 52 56 144 0.64 0.61 0 0.44 237.39 0.47 0.38
Hex 34 38 90 40 3D 0 2C ED 2F 26
Octal 64 70 220 100 75 0 54 355 57 46
Binary 110100 111000 10010000 1000000 111101 0 101100 11101101 101111 100110

Color Harmonies of #343890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343890

Black with #343890

Text Example


Text Example

White with #343890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343890; }

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

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

background-color css

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

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

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

border-color css

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

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

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