Html Css Color HEX #343388 Jacksons Purple

📋 copy color: '#343388'

red 52 ◦ green 51 ◦ blue 136

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

Shades of Jacksons Purple #343388

Tints of Jacksons Purple #343388

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.34%

 BLUE value IS 136 (53.52% from 255) = 56.9%

R = 21.76%
G = 21.34%
B = 56.9%

CMYK

 C value IS 0.62

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#343388 (or 0x343388) is known color: Jacksons Purple. HEX triplet: 34, 33 and 88. RGB value is (52,51,136). Sum of RGB (Red+Green+Blue) = 52+51+136=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 136 (53.52% from 255 or 56.90% from 239); Max value from RGB is 136 - color contains mainly: blue. Hex color #343388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343388 is #CBCC77. Grayscale: #3C3C3C. Windows color (decimal): -13356152 or 8926004. OLE color: 8926004.

HSL color Cylindrical-coordinate representation of color #343388: hue angle of 240.71º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #343388 is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 51 136 -
CMYK 0.62 0.62 0 0.47
HSL 240.71º 0.45% 0.37% -
HSV(B) 240.71º 0.63% 0.53% -
XYZ 7.04 4.88 23.86 -
YUV 60.99 170.33 121.59 -
System Red Green Blue C M Y K H S L
Decimal 52 51 136 0.62 0.62 0 0.47 240.71 0.45 0.37
Hex 34 33 88 3E 3E 0 2F F1 2D 25
Octal 64 63 210 76 76 0 57 361 55 45
Binary 110100 110011 10001000 111110 111110 0 101111 11110001 101101 100101

Color Harmonies of #343388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343388

Black with #343388

Text Example


Text Example

White with #343388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343388; }

 p { color: rgb(52,51,136); }

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

background-color css

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

 a { background-color: rgb(52,51,136); }

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

border-color css

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

 span { border-color: rgb(52,51,136); }

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