#353692

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

Shades of Jacksons Purple #353692

Tints of Jacksons Purple #353692

Color information

#353692 (or 0x353692) is unknown color: approx Jacksons Purple. HEX triplet: 35, 36 and 92. RGB value is (53,54,146). Sum of RGB (Red+Green+Blue) = 53+54+146=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 146 (57.42% from 255 or 57.71% from 253); Max value from RGB is 146 - color contains mainly: blue. Hex color #353692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353692 is #CAC96D. Grayscale: #3F3F3F. Windows color (decimal): -13289838 or 9582133. OLE color: 9582133.

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

Color convert

RGB5354146-
CMYK0.640.6300.43
HSL239.35º46.73%39.02%-
HSV(B)239.35º63.7%57.25%-
XYZ7.985.4727.83-
YUV64.19174.17120.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.95%
GREEN value IS 54 (21.48% from 255) = 21.34%
BLUE value IS 146 (57.42% from 255) = 57.71%
R=20.95%
G=21.34%
B=57.71%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53541460.640.6300.43239.3546.7339.02
Hex353692403F02Bef2f27
Octal6566222100770533575747
Binary110101110110100100101000000111111010101111101111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353692; }

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

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

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

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

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

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

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

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