#353A7F

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

Shades of Jacksons Purple #353A7F

Tints of Jacksons Purple #353A7F

Color information

#353A7F (or 0x353A7F) is unknown color: approx Jacksons Purple. HEX triplet: 35, 3A and 7F. RGB value is (53,58,127). Sum of RGB (Red+Green+Blue) = 53+58+127=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 58 (23.05% from 255 or 24.37% from 238); Blue value is 127 (50% from 255 or 53.36% from 238); Max value from RGB is 127 - color contains mainly: blue. Hex color #353A7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353A7F is #CAC580. Grayscale: #404040. Windows color (decimal): -13288833 or 8337973. OLE color: 8337973.

HSL color Cylindrical-coordinate representation of color #353A7F: hue angle of 235.95º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #353A7F is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5358127-
CMYK0.580.5400.50
HSL235.95º41.11%35.29%-
HSV(B)235.95º58.27%49.8%-
XYZ6.815.3220.75-
YUV64.37163.34119.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.27%
GREEN value IS 58 (23.05% from 255) = 24.37%
BLUE value IS 127 (50% from 255) = 53.36%
R=22.27%
G=24.37%
B=53.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal53581270.580.5400.50235.9541.1135.29
Hex353A7F3A36032ec2923
Octal657217772660623545143
Binary1101011110101111111111010110110011001011101100101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353A7F; }

 p { color: rgb(53,58,127); }

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

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

 a { background-color: rgb(53,58,127); }

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

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

 span { border-color: rgb(53,58,127); }

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