Html Css Color HEX #354189 Jacksons Purple

📋 copy color: '#354189'

red 53 ◦ green 65 ◦ blue 137

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

Shades of Jacksons Purple #354189

Tints of Jacksons Purple #354189

RGB

 RED value IS 53 (21.09% from 255) = 20.78%

 GREEN value IS 65 (25.78% from 255) = 25.49%

 BLUE value IS 137 (53.91% from 255) = 53.73%

R = 20.78%
G = 25.49%
B = 53.73%

CMYK

 C value IS 0.61

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#354189 (or 0x354189) is known color: Jacksons Purple. HEX triplet: 35, 41 and 89. RGB value is (53,65,137). Sum of RGB (Red+Green+Blue) = 53+65+137=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 137 (53.91% from 255 or 53.73% from 255); Max value from RGB is 137 - color contains mainly: blue. Hex color #354189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354189 is #CABE76. Grayscale: #454545. Windows color (decimal): -13287031 or 8995125. OLE color: 8995125.

HSL color Cylindrical-coordinate representation of color #354189: hue angle of 231.43º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #354189 is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 53 65 137 -
CMYK 0.61 0.53 0 0.46
HSL 231.43º 0.44% 0.37% -
HSV(B) 231.43º 0.61% 0.54% -
XYZ 7.87 6.34 24.48 -
YUV 69.62 166.02 116.15 -
System Red Green Blue C M Y K H S L
Decimal 53 65 137 0.61 0.53 0 0.46 231.43 0.44 0.37
Hex 35 41 89 3D 35 0 2E E7 2C 25
Octal 65 101 211 75 65 0 56 347 54 45
Binary 110101 1000001 10001001 111101 110101 0 101110 11100111 101100 100101

Color Harmonies of #354189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354189

Black with #354189

Text Example


Text Example

White with #354189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354189; }

 p { color: rgb(53,65,137); }

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

background-color css

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

 a { background-color: rgb(53,65,137); }

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

border-color css

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

 span { border-color: rgb(53,65,137); }

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