Html Css Color HEX #343391 Jacksons Purple

📋 copy color: '#343391'

red 52 ◦ green 51 ◦ blue 145

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

Shades of Jacksons Purple #343391

Tints of Jacksons Purple #343391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 58.47%

R = 20.97%
G = 20.56%
B = 58.47%

CMYK

 C value IS 0.64

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#343391 (or 0x343391) is known color: Jacksons Purple. HEX triplet: 34, 33 and 91. RGB value is (52,51,145). Sum of RGB (Red+Green+Blue) = 52+51+145=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 145 (57.03% from 255 or 58.47% from 248); Max value from RGB is 145 - color contains mainly: blue. Hex color #343391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343391 is #CBCC6E. Grayscale: #3D3D3D. Windows color (decimal): -13356143 or 9515828. OLE color: 9515828.

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

Color convert

RGB 52 51 145 -
CMYK 0.64 0.65 0 0.43
HSL 240.64º 0.48% 0.38% -
HSV(B) 240.64º 0.65% 0.57% -
XYZ 7.71 5.14 27.37 -
YUV 62.02 174.83 120.86 -
System Red Green Blue C M Y K H S L
Decimal 52 51 145 0.64 0.65 0 0.43 240.64 0.48 0.38
Hex 34 33 91 40 41 0 2B F1 30 26
Octal 64 63 221 100 101 0 53 361 60 46
Binary 110100 110011 10010001 1000000 1000001 0 101011 11110001 110000 100110

Color Harmonies of #343391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343391

Black with #343391

Text Example


Text Example

White with #343391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343391; }

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

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

background-color css

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

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

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

border-color css

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

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

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