#353793

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

Shades of Jacksons Purple #353793

Tints of Jacksons Purple #353793

Color information

#353793 (or 0x353793) is unknown color: approx Jacksons Purple. HEX triplet: 35, 37 and 93. RGB value is (53,55,147). Sum of RGB (Red+Green+Blue) = 53+55+147=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #353793 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353793 is #CAC86C. Grayscale: #404040. Windows color (decimal): -13289581 or 9647925. OLE color: 9647925.

HSL color Cylindrical-coordinate representation of color #353793: hue angle of 238.72º 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 #353793 is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5355147-
CMYK0.640.6300.42
HSL238.72º47%39.22%-
HSV(B)238.72º63.95%57.65%-
XYZ8.15.628.26-
YUV64.89174.34119.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.78%
GREEN value IS 55 (21.88% from 255) = 21.57%
BLUE value IS 147 (57.81% from 255) = 57.65%
R=20.78%
G=21.57%
B=57.65%

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
Decimal53551470.640.6300.42238.724739.22
Hex353793403F02Aef2f27
Octal6567223100770523575747
Binary110101110111100100111000000111111010101011101111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353793; }

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

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

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

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

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

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

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

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