Html Css Color HEX #343F8D Jacksons Purple

📋 copy color: '#343F8D'

red 52 ◦ green 63 ◦ blue 141

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

Shades of Jacksons Purple #343F8D

Tints of Jacksons Purple #343F8D

RGB

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

 GREEN value IS 63 (25% from 255) = 24.61%

 BLUE value IS 141 (55.47% from 255) = 55.08%

R = 20.31%
G = 24.61%
B = 55.08%

CMYK

 C value IS 0.63

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#343F8D (or 0x343F8D) is known color: Jacksons Purple. HEX triplet: 34, 3F and 8D. RGB value is (52,63,141). Sum of RGB (Red+Green+Blue) = 52+63+141=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 141 (55.47% from 255 or 55.08% from 256); Max value from RGB is 141 - color contains mainly: blue. Hex color #343F8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343F8D is #CBC072. Grayscale: #444444. Windows color (decimal): -13353075 or 9256756. OLE color: 9256756.

HSL color Cylindrical-coordinate representation of color #343F8D: hue angle of 232.58º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #343F8D is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 63 141 -
CMYK 0.63 0.55 0 0.45
HSL 232.58º 0.46% 0.38% -
HSV(B) 232.58º 0.63% 0.55% -
XYZ 8 6.21 25.98 -
YUV 68.6 168.86 116.16 -
System Red Green Blue C M Y K H S L
Decimal 52 63 141 0.63 0.55 0 0.45 232.58 0.46 0.38
Hex 34 3F 8D 3F 37 0 2D E9 2E 26
Octal 64 77 215 77 67 0 55 351 56 46
Binary 110100 111111 10001101 111111 110111 0 101101 11101001 101110 100110

Color Harmonies of #343F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343F8D

Black with #343F8D

Text Example


Text Example

White with #343F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343F8D; }

 p { color: rgb(52,63,141); }

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

background-color css

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

 a { background-color: rgb(52,63,141); }

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

border-color css

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

 span { border-color: rgb(52,63,141); }

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