Html Css Color HEX #353486 Jacksons Purple

📋 copy color: '#353486'

red 53 ◦ green 52 ◦ blue 134

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

Shades of Jacksons Purple #353486

Tints of Jacksons Purple #353486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 56.07%

R = 22.18%
G = 21.76%
B = 56.07%

CMYK

 C value IS 0.60

 M value IS 0.61

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#353486 (or 0x353486) is known color: Jacksons Purple. HEX triplet: 35, 34 and 86. RGB value is (53,52,134). Sum of RGB (Red+Green+Blue) = 53+52+134=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 134 (52.73% from 255 or 56.07% from 239); Max value from RGB is 134 - color contains mainly: blue. Hex color #353486 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353486 is #CACB79. Grayscale: #3D3D3D. Windows color (decimal): -13290362 or 8795189. OLE color: 8795189.

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

Color convert

RGB 53 52 134 -
CMYK 0.60 0.61 0 0.47
HSL 240.73º 0.44% 0.36% -
HSV(B) 240.73º 0.61% 0.53% -
XYZ 7 4.93 23.14 -
YUV 61.65 168.83 121.83 -
System Red Green Blue C M Y K H S L
Decimal 53 52 134 0.60 0.61 0 0.47 240.73 0.44 0.36
Hex 35 34 86 3C 3D 0 2F F1 2C 24
Octal 65 64 206 74 75 0 57 361 54 44
Binary 110101 110100 10000110 111100 111101 0 101111 11110001 101100 100100

Color Harmonies of #353486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353486

Black with #353486

Text Example


Text Example

White with #353486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353486; }

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

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

background-color css

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

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

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

border-color css

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

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

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