Html Css Color HEX #353286 Jacksons Purple

📋 copy color: '#353286'

red 53 ◦ green 50 ◦ blue 134

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

Shades of Jacksons Purple #353286

Tints of Jacksons Purple #353286

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.1%

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

R = 22.36%
G = 21.1%
B = 56.54%

CMYK

 C value IS 0.60

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#353286 (or 0x353286) is known color: Jacksons Purple. HEX triplet: 35, 32 and 86. RGB value is (53,50,134). Sum of RGB (Red+Green+Blue) = 53+50+134=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 134 (52.73% from 255 or 56.54% from 237); Max value from RGB is 134 - color contains mainly: blue. Hex color #353286 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353286 is #CACD79. Grayscale: #3C3C3C. Windows color (decimal): -13290874 or 8794677. OLE color: 8794677.

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

Color convert

RGB 53 50 134 -
CMYK 0.60 0.63 0 0.47
HSL 242.14º 0.46% 0.36% -
HSV(B) 242.14º 0.63% 0.53% -
XYZ 6.91 4.76 23.11 -
YUV 60.47 169.49 122.67 -
System Red Green Blue C M Y K H S L
Decimal 53 50 134 0.60 0.63 0 0.47 242.14 0.46 0.36
Hex 35 32 86 3C 3F 0 2F F2 2E 24
Octal 65 62 206 74 77 0 57 362 56 44
Binary 110101 110010 10000110 111100 111111 0 101111 11110010 101110 100100

Color Harmonies of #353286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353286

Black with #353286

Text Example


Text Example

White with #353286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353286; }

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

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

background-color css

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

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

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

border-color css

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

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

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