Html Css Color HEX #343184 Jacksons Purple

📋 copy color: '#343184'

red 52 ◦ green 49 ◦ blue 132

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

Shades of Jacksons Purple #343184

Tints of Jacksons Purple #343184

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.03%

 BLUE value IS 132 (51.95% from 255) = 56.65%

R = 22.32%
G = 21.03%
B = 56.65%

CMYK

 C value IS 0.61

 M value IS 0.63

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#343184 (or 0x343184) is known color: Jacksons Purple. HEX triplet: 34, 31 and 84. RGB value is (52,49,132). Sum of RGB (Red+Green+Blue) = 52+49+132=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 132 (51.95% from 255 or 56.65% from 233); Max value from RGB is 132 - color contains mainly: blue. Hex color #343184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343184 is #CBCE7B. Grayscale: #3B3B3B. Windows color (decimal): -13356668 or 8663348. OLE color: 8663348.

HSL color Cylindrical-coordinate representation of color #343184: hue angle of 242.17º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #343184 is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 49 132 -
CMYK 0.61 0.63 0 0.48
HSL 242.17º 0.46% 0.35% -
HSV(B) 242.17º 0.63% 0.52% -
XYZ 6.68 4.59 22.36 -
YUV 59.36 168.99 122.75 -
System Red Green Blue C M Y K H S L
Decimal 52 49 132 0.61 0.63 0 0.48 242.17 0.46 0.35
Hex 34 31 84 3D 3F 0 30 F2 2E 23
Octal 64 61 204 75 77 0 60 362 56 43
Binary 110100 110001 10000100 111101 111111 0 110000 11110010 101110 100011

Color Harmonies of #343184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343184

Black with #343184

Text Example


Text Example

White with #343184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343184; }

 p { color: rgb(52,49,132); }

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

background-color css

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

 a { background-color: rgb(52,49,132); }

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

border-color css

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

 span { border-color: rgb(52,49,132); }

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