#35347C

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

Shades of Jacksons Purple #35347C

Tints of Jacksons Purple #35347C

Color information

#35347C (or 0x35347C) is unknown color: approx Jacksons Purple. HEX triplet: 35, 34 and 7C. RGB value is (53,52,124). Sum of RGB (Red+Green+Blue) = 53+52+124=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 124 (48.83% from 255 or 54.15% from 229); Max value from RGB is 124 - color contains mainly: blue. Hex color #35347C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35347C is #CACB83. Grayscale: #3C3C3C. Windows color (decimal): -13290372 or 8139829. OLE color: 8139829.

HSL color Cylindrical-coordinate representation of color #35347C: hue angle of 240.83º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #35347C is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5352124-
CMYK0.570.5800.51
HSL240.83º40.91%34.51%-
HSV(B)240.83º58.06%48.63%-
XYZ6.334.6719.64-
YUV60.51163.83122.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.14%
GREEN value IS 52 (20.70% from 255) = 22.71%
BLUE value IS 124 (48.83% from 255) = 54.15%
R=23.14%
G=22.71%
B=54.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53521240.570.5800.51240.8340.9134.51
Hex35347C393A033f12923
Octal656417471720633615143
Binary1101011101001111100111001111010011001111110001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35347C; }

 p { color: rgb(53,52,124); }

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

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

 a { background-color: rgb(53,52,124); }

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

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

 span { border-color: rgb(53,52,124); }

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