#353794

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

Shades of Jacksons Purple #353794

Tints of Jacksons Purple #353794

Color information

#353794 (or 0x353794) is unknown color: approx Jacksons Purple. HEX triplet: 35, 37 and 94. RGB value is (53,55,148). Sum of RGB (Red+Green+Blue) = 53+55+148=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 148 (58.20% from 255 or 57.81% from 256); Max value from RGB is 148 - color contains mainly: blue. Hex color #353794 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353794 is #CAC86B. Grayscale: #404040. Windows color (decimal): -13289580 or 9713461. OLE color: 9713461.

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

Color convert

RGB5355148-
CMYK0.640.6300.42
HSL238.74º47.26%39.41%-
HSV(B)238.74º64.19%58.04%-
XYZ8.185.6328.67-
YUV65174.84119.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.70%
GREEN value IS 55 (21.88% from 255) = 21.48%
BLUE value IS 148 (58.20% from 255) = 57.81%
R=20.70%
G=21.48%
B=57.81%

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
Decimal53551480.640.6300.42238.7447.2639.41
Hex353794403F02Aef2f27
Octal6567224100770523575747
Binary110101110111100101001000000111111010101011101111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353794; }

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

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

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

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

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

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

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

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