#353693

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

Shades of Jacksons Purple #353693

Tints of Jacksons Purple #353693

Color information

#353693 (or 0x353693) is unknown color: approx Jacksons Purple. HEX triplet: 35, 36 and 93. RGB value is (53,54,147). Sum of RGB (Red+Green+Blue) = 53+54+147=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 147 (57.81% from 255 or 57.87% from 254); Max value from RGB is 147 - color contains mainly: blue. Hex color #353693 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353693 is #CAC96C. Grayscale: #3F3F3F. Windows color (decimal): -13289837 or 9647669. OLE color: 9647669.

HSL color Cylindrical-coordinate representation of color #353693: hue angle of 239.36º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #353693 is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5354147-
CMYK0.640.6300.42
HSL239.36º47%39.22%-
HSV(B)239.36º63.95%57.65%-
XYZ8.055.528.24-
YUV64.3174.67119.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.87%
GREEN value IS 54 (21.48% from 255) = 21.26%
BLUE value IS 147 (57.81% from 255) = 57.87%
R=20.87%
G=21.26%
B=57.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53541470.640.6300.42239.364739.22
Hex353693403F02Aef2f27
Octal6566223100770523575747
Binary110101110110100100111000000111111010101011101111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353693; }

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

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

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

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

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

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

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

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