#352C85

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

Shades of Jacksons Purple #352C85

Tints of Jacksons Purple #352C85

Color information

#352C85 (or 0x352C85) is unknown color: approx Jacksons Purple. HEX triplet: 35, 2C and 85. RGB value is (53,44,133). Sum of RGB (Red+Green+Blue) = 53+44+133=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 133 (52.34% from 255 or 57.83% from 230); Max value from RGB is 133 - color contains mainly: blue. Hex color #352C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352C85 is #CAD37A. Grayscale: #383838. Windows color (decimal): -13292411 or 8727605. OLE color: 8727605.

HSL color Cylindrical-coordinate representation of color #352C85: hue angle of 246.07º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #352C85 is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5344133-
CMYK0.600.6700.48
HSL246.07º50.28%34.71%-
HSV(B)246.07º66.92%52.16%-
XYZ6.64.2522.66-
YUV56.84170.98125.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.04%
GREEN value IS 44 (17.58% from 255) = 19.13%
BLUE value IS 133 (52.34% from 255) = 57.83%
R=23.04%
G=19.13%
B=57.83%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal53441330.600.6700.48246.0750.2834.71
Hex352C853C43030f63223
Octal6554205741030603666243
Binary110101101100100001011111001000011011000011110110110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352C85; }

 p { color: rgb(53,44,133); }

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

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

 a { background-color: rgb(53,44,133); }

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

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

 span { border-color: rgb(53,44,133); }

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