Html Css Color HEX #343D95 Jacksons Purple

📋 copy color: '#343D95'

red 52 ◦ green 61 ◦ blue 149

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

Shades of Jacksons Purple #343D95

Tints of Jacksons Purple #343D95

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.28%

 BLUE value IS 149 (58.59% from 255) = 56.87%

R = 19.85%
G = 23.28%
B = 56.87%

CMYK

 C value IS 0.65

 M value IS 0.59

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#343D95 (or 0x343D95) is known color: Jacksons Purple. HEX triplet: 34, 3D and 95. RGB value is (52,61,149). Sum of RGB (Red+Green+Blue) = 52+61+149=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 149 (58.59% from 255 or 56.87% from 262); Max value from RGB is 149 - color contains mainly: blue. Hex color #343D95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343D95 is #CBC26A. Grayscale: #434343. Windows color (decimal): -13353579 or 9780532. OLE color: 9780532.

HSL color Cylindrical-coordinate representation of color #343D95: hue angle of 234.43º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #343D95 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 61 149 -
CMYK 0.65 0.59 0 0.42
HSL 234.43º 0.48% 0.39% -
HSV(B) 234.43º 0.65% 0.58% -
XYZ 8.51 6.24 29.19 -
YUV 68.34 173.52 116.34 -
System Red Green Blue C M Y K H S L
Decimal 52 61 149 0.65 0.59 0 0.42 234.43 0.48 0.39
Hex 34 3D 95 41 3B 0 2A EA 30 27
Octal 64 75 225 101 73 0 52 352 60 47
Binary 110100 111101 10010101 1000001 111011 0 101010 11101010 110000 100111

Color Harmonies of #343D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343D95

Black with #343D95

Text Example


Text Example

White with #343D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,61,149); }

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

background-color css

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

 a { background-color: rgb(52,61,149); }

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

border-color css

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

 span { border-color: rgb(52,61,149); }

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