Html Css Color HEX #343390 Jacksons Purple

📋 copy color: '#343390'

red 52 ◦ green 51 ◦ blue 144

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

Shades of Jacksons Purple #343390

Tints of Jacksons Purple #343390

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.65%

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

R = 21.05%
G = 20.65%
B = 58.3%

CMYK

 C value IS 0.64

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#343390 (or 0x343390) is known color: Jacksons Purple. HEX triplet: 34, 33 and 90. RGB value is (52,51,144). Sum of RGB (Red+Green+Blue) = 52+51+144=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 144 (56.64% from 255 or 58.30% from 247); Max value from RGB is 144 - color contains mainly: blue. Hex color #343390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343390 is #CBCC6F. Grayscale: #3D3D3D. Windows color (decimal): -13356144 or 9450292. OLE color: 9450292.

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

Color convert

RGB 52 51 144 -
CMYK 0.64 0.65 0 0.44
HSL 240.65º 0.48% 0.38% -
HSV(B) 240.65º 0.65% 0.56% -
XYZ 7.63 5.11 26.97 -
YUV 61.9 174.33 120.94 -
System Red Green Blue C M Y K H S L
Decimal 52 51 144 0.64 0.65 0 0.44 240.65 0.48 0.38
Hex 34 33 90 40 41 0 2C F1 30 26
Octal 64 63 220 100 101 0 54 361 60 46
Binary 110100 110011 10010000 1000000 1000001 0 101100 11110001 110000 100110

Color Harmonies of #343390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343390

Black with #343390

Text Example


Text Example

White with #343390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343390; }

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

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

background-color css

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

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

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

border-color css

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

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

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