Html Css Color HEX #343083 Jacksons Purple

📋 copy color: '#343083'

red 52 ◦ green 48 ◦ blue 131

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

Shades of Jacksons Purple #343083

Tints of Jacksons Purple #343083

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.78%

 BLUE value IS 131 (51.56% from 255) = 56.71%

R = 22.51%
G = 20.78%
B = 56.71%

CMYK

 C value IS 0.60

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#343083 (or 0x343083) is known color: Jacksons Purple. HEX triplet: 34, 30 and 83. RGB value is (52,48,131). Sum of RGB (Red+Green+Blue) = 52+48+131=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 131 (51.56% from 255 or 56.71% from 231); Max value from RGB is 131 - color contains mainly: blue. Hex color #343083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343083 is #CBCF7C. Grayscale: #3A3A3A. Windows color (decimal): -13356925 or 8597556. OLE color: 8597556.

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

Color convert

RGB 52 48 131 -
CMYK 0.60 0.63 0 0.49
HSL 242.89º 0.46% 0.35% -
HSV(B) 242.89º 0.63% 0.51% -
XYZ 6.57 4.48 21.99 -
YUV 58.66 168.83 123.25 -
System Red Green Blue C M Y K H S L
Decimal 52 48 131 0.60 0.63 0 0.49 242.89 0.46 0.35
Hex 34 30 83 3C 3F 0 31 F3 2E 23
Octal 64 60 203 74 77 0 61 363 56 43
Binary 110100 110000 10000011 111100 111111 0 110001 11110011 101110 100011

Color Harmonies of #343083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343083

Black with #343083

Text Example


Text Example

White with #343083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343083; }

 p { color: rgb(52,48,131); }

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

background-color css

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

 a { background-color: rgb(52,48,131); }

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

border-color css

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

 span { border-color: rgb(52,48,131); }

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