#35318A

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

Shades of Jacksons Purple #35318A

Tints of Jacksons Purple #35318A

Color information

#35318A (or 0x35318A) is unknown color: approx Jacksons Purple. HEX triplet: 35, 31 and 8A. RGB value is (53,49,138). Sum of RGB (Red+Green+Blue) = 53+49+138=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 138 (54.30% from 255 or 57.5% from 240); Max value from RGB is 138 - color contains mainly: blue. Hex color #35318A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35318A is #CACE75. Grayscale: #3B3B3B. Windows color (decimal): -13291126 or 9056565. OLE color: 9056565.

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

Color convert

RGB5349138-
CMYK0.620.6400.46
HSL242.7º47.59%36.67%-
HSV(B)242.7º64.49%54.12%-
XYZ7.154.7924.59-
YUV60.34171.83122.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.08%
GREEN value IS 49 (19.53% from 255) = 20.42%
BLUE value IS 138 (54.30% from 255) = 57.5%
R=22.08%
G=20.42%
B=57.5%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal53491380.620.6400.46242.747.5936.67
Hex35318A3E4002Ef33025
Octal6561212761000563636045
Binary110101110001100010101111101000000010111011110011110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35318A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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