#353D8D

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

Shades of Jacksons Purple #353D8D

Tints of Jacksons Purple #353D8D

Color information

#353D8D (or 0x353D8D) is unknown color: approx Jacksons Purple. HEX triplet: 35, 3D and 8D. RGB value is (53,61,141). Sum of RGB (Red+Green+Blue) = 53+61+141=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 141 (55.47% from 255 or 55.29% from 255); Max value from RGB is 141 - color contains mainly: blue. Hex color #353D8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353D8D is #CAC272. Grayscale: #434343. Windows color (decimal): -13288051 or 9256245. OLE color: 9256245.

HSL color Cylindrical-coordinate representation of color #353D8D: hue angle of 234.55º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #353D8D is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5361141-
CMYK0.620.5700.45
HSL234.55º45.36%38.04%-
HSV(B)234.55º62.41%55.29%-
XYZ7.946.0225.94-
YUV67.73169.35117.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.78%
GREEN value IS 61 (24.22% from 255) = 23.92%
BLUE value IS 141 (55.47% from 255) = 55.29%
R=20.78%
G=23.92%
B=55.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53611410.620.5700.45234.5545.3638.04
Hex353D8D3E3902Deb2d26
Octal657521576710553535546
Binary11010111110110001101111110111001010110111101011101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,61,141); }

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

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

 a { background-color: rgb(53,61,141); }

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

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

 span { border-color: rgb(53,61,141); }

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