Html Css Color HEX #343893 Jacksons Purple

📋 copy color: '#343893'

red 52 ◦ green 56 ◦ blue 147

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

Shades of Jacksons Purple #343893

Tints of Jacksons Purple #343893

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.96%

 BLUE value IS 147 (57.81% from 255) = 57.65%

R = 20.39%
G = 21.96%
B = 57.65%

CMYK

 C value IS 0.65

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#343893 (or 0x343893) is known color: Jacksons Purple. HEX triplet: 34, 38 and 93. RGB value is (52,56,147). Sum of RGB (Red+Green+Blue) = 52+56+147=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #343893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343893 is #CBC76C. Grayscale: #404040. Windows color (decimal): -13354861 or 9648180. OLE color: 9648180.

HSL color Cylindrical-coordinate representation of color #343893: hue angle of 237.47º 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 #343893 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 56 147 -
CMYK 0.65 0.62 0 0.42
HSL 237.47º 0.48% 0.39% -
HSV(B) 237.47º 0.65% 0.58% -
XYZ 8.1 5.66 28.27 -
YUV 65.18 174.17 118.6 -
System Red Green Blue C M Y K H S L
Decimal 52 56 147 0.65 0.62 0 0.42 237.47 0.48 0.39
Hex 34 38 93 41 3E 0 2A ED 30 27
Octal 64 70 223 101 76 0 52 355 60 47
Binary 110100 111000 10010011 1000001 111110 0 101010 11101101 110000 100111

Color Harmonies of #343893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343893

Black with #343893

Text Example


Text Example

White with #343893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343893; }

 p { color: rgb(52,56,147); }

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

background-color css

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

 a { background-color: rgb(52,56,147); }

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

border-color css

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

 span { border-color: rgb(52,56,147); }

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