Html Css Color HEX #353489 Jacksons Purple

📋 copy color: '#353489'

red 53 ◦ green 52 ◦ blue 137

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

Shades of Jacksons Purple #353489

Tints of Jacksons Purple #353489

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.49%

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

R = 21.9%
G = 21.49%
B = 56.61%

CMYK

 C value IS 0.61

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#353489 (or 0x353489) is known color: Jacksons Purple. HEX triplet: 35, 34 and 89. RGB value is (53,52,137). Sum of RGB (Red+Green+Blue) = 53+52+137=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 137 (53.91% from 255 or 56.61% from 242); Max value from RGB is 137 - color contains mainly: blue. Hex color #353489 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353489 is #CACB76. Grayscale: #3D3D3D. Windows color (decimal): -13290359 or 8991797. OLE color: 8991797.

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

Color convert

RGB 53 52 137 -
CMYK 0.61 0.62 0 0.46
HSL 240.71º 0.45% 0.37% -
HSV(B) 240.71º 0.62% 0.54% -
XYZ 7.21 5.02 24.26 -
YUV 61.99 170.33 121.59 -
System Red Green Blue C M Y K H S L
Decimal 53 52 137 0.61 0.62 0 0.46 240.71 0.45 0.37
Hex 35 34 89 3D 3E 0 2E F1 2D 25
Octal 65 64 211 75 76 0 56 361 55 45
Binary 110101 110100 10001001 111101 111110 0 101110 11110001 101101 100101

Color Harmonies of #353489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353489

Black with #353489

Text Example


Text Example

White with #353489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353489; }

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

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

background-color css

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

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

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

border-color css

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

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

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