Html Css Color HEX #353189 Jacksons Purple

📋 copy color: '#353189'

red 53 ◦ green 49 ◦ blue 137

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

Shades of Jacksons Purple #353189

Tints of Jacksons Purple #353189

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.5%

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

R = 22.18%
G = 20.5%
B = 57.32%

CMYK

 C value IS 0.61

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#353189 (or 0x353189) is known color: Jacksons Purple. HEX triplet: 35, 31 and 89. RGB value is (53,49,137). Sum of RGB (Red+Green+Blue) = 53+49+137=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 137 (53.91% from 255 or 57.32% from 239); Max value from RGB is 137 - color contains mainly: blue. Hex color #353189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353189 is #CACE76. Grayscale: #3B3B3B. Windows color (decimal): -13291127 or 8991029. OLE color: 8991029.

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

Color convert

RGB 53 49 137 -
CMYK 0.61 0.64 0 0.46
HSL 242.73º 0.47% 0.36% -
HSV(B) 242.73º 0.64% 0.54% -
XYZ 7.08 4.76 24.21 -
YUV 60.23 171.33 122.84 -
System Red Green Blue C M Y K H S L
Decimal 53 49 137 0.61 0.64 0 0.46 242.73 0.47 0.36
Hex 35 31 89 3D 40 0 2E F3 2F 24
Octal 65 61 211 75 100 0 56 363 57 44
Binary 110101 110001 10001001 111101 1000000 0 101110 11110011 101111 100100

Color Harmonies of #353189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353189

Black with #353189

Text Example


Text Example

White with #353189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353189; }

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

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

background-color css

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

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

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

border-color css

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

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

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