#35318D

Color #35318D Jacksons Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacksons Purple #35318D

Tints of Jacksons Purple #35318D

Color information

#35318D (or 0x35318D) is unknown color: approx Jacksons Purple. HEX triplet: 35, 31 and 8D. RGB value is (53,49,141). Sum of RGB (Red+Green+Blue) = 53+49+141=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 141 (55.47% from 255 or 58.02% from 243); Max value from RGB is 141 - color contains mainly: blue. Hex color #35318D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35318D is #CACE72. Grayscale: #3C3C3C. Windows color (decimal): -13291123 or 9253173. OLE color: 9253173.

HSL color Cylindrical-coordinate representation of color #35318D: hue angle of 242.61º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #35318D is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5349141-
CMYK0.620.6500.45
HSL242.61º48.42%37.25%-
HSV(B)242.61º65.25%55.29%-
XYZ7.374.8825.75-
YUV60.68173.33122.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.81%
GREEN value IS 49 (19.53% from 255) = 20.16%
BLUE value IS 141 (55.47% from 255) = 58.02%
R=21.81%
G=20.16%
B=58.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53491410.620.6500.45242.6148.4237.25
Hex35318D3E4102Df33025
Octal6561215761010553636045
Binary110101110001100011011111101000001010110111110011110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35318D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35318D; }

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

 H1.HeaderClassName
 {
   color: #35318D;
 }
 .AnyTagClassName
 {
   color: #35318D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #35318D;
 }
 .BgClassName
 {
   background-color: #35318D;
 }
</style>
border-color css

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

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

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