Html Css Color HEX #353689 Jacksons Purple

📋 copy color: '#353689'

red 53 ◦ green 54 ◦ blue 137

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

Shades of Jacksons Purple #353689

Tints of Jacksons Purple #353689

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.13%

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

R = 21.72%
G = 22.13%
B = 56.15%

CMYK

 C value IS 0.61

 M value IS 0.61

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#353689 (or 0x353689) is known color: Jacksons Purple. HEX triplet: 35, 36 and 89. RGB value is (53,54,137). Sum of RGB (Red+Green+Blue) = 53+54+137=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 137 (53.91% from 255 or 56.15% from 244); Max value from RGB is 137 - color contains mainly: blue. Hex color #353689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353689 is #CAC976. Grayscale: #3E3E3E. Windows color (decimal): -13289847 or 8992309. OLE color: 8992309.

HSL color Cylindrical-coordinate representation of color #353689: hue angle of 239.29º 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 #353689 is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 53 54 137 -
CMYK 0.61 0.61 0 0.46
HSL 239.29º 0.44% 0.37% -
HSV(B) 239.29º 0.61% 0.54% -
XYZ 7.3 5.2 24.29 -
YUV 63.16 169.67 120.75 -
System Red Green Blue C M Y K H S L
Decimal 53 54 137 0.61 0.61 0 0.46 239.29 0.44 0.37
Hex 35 36 89 3D 3D 0 2E EF 2C 25
Octal 65 66 211 75 75 0 56 357 54 45
Binary 110101 110110 10001001 111101 111101 0 101110 11101111 101100 100101

Color Harmonies of #353689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353689

Black with #353689

Text Example


Text Example

White with #353689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353689; }

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

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

background-color css

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

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

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

border-color css

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

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

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