Html Css Color HEX #343C9A Jacksons Purple

📋 copy color: '#343C9A'

red 52 ◦ green 60 ◦ blue 154

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

Shades of Jacksons Purple #343C9A

Tints of Jacksons Purple #343C9A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.56%

 BLUE value IS 154 (60.55% from 255) = 57.89%

R = 19.55%
G = 22.56%
B = 57.89%

CMYK

 C value IS 0.66

 M value IS 0.61

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#343C9A (or 0x343C9A) is known color: Jacksons Purple. HEX triplet: 34, 3C and 9A. RGB value is (52,60,154). Sum of RGB (Red+Green+Blue) = 52+60+154=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 154 (60.55% from 255 or 57.89% from 266); Max value from RGB is 154 - color contains mainly: blue. Hex color #343C9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343C9A is #CBC365. Grayscale: #434343. Windows color (decimal): -13353830 or 10107956. OLE color: 10107956.

HSL color Cylindrical-coordinate representation of color #343C9A: hue angle of 235.29º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #343C9A is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 52 60 154 -
CMYK 0.66 0.61 0 0.40
HSL 235.29º 0.5% 0.4% -
HSV(B) 235.29º 0.66% 0.6% -
XYZ 8.86 6.29 31.32 -
YUV 68.32 176.35 116.36 -
System Red Green Blue C M Y K H S L
Decimal 52 60 154 0.66 0.61 0 0.40 235.29 0.5 0.4
Hex 34 3C 9A 42 3D 0 28 EB 32 28
Octal 64 74 232 102 75 0 50 353 62 50
Binary 110100 111100 10011010 1000010 111101 0 101000 11101011 110010 101000

Color Harmonies of #343C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343C9A

Black with #343C9A

Text Example


Text Example

White with #343C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,60,154); }

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

background-color css

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

 a { background-color: rgb(52,60,154); }

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

border-color css

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

 span { border-color: rgb(52,60,154); }

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