#353284

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

Shades of Jacksons Purple #353284

Tints of Jacksons Purple #353284

Color information

#353284 (or 0x353284) is unknown color: approx Jacksons Purple. HEX triplet: 35, 32 and 84. RGB value is (53,50,132). Sum of RGB (Red+Green+Blue) = 53+50+132=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 132 (51.95% from 255 or 56.17% from 235); Max value from RGB is 132 - color contains mainly: blue. Hex color #353284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353284 is #CACD7B. Grayscale: #3B3B3B. Windows color (decimal): -13290876 or 8663605. OLE color: 8663605.

HSL color Cylindrical-coordinate representation of color #353284: hue angle of 242.2º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #353284 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5350132-
CMYK0.600.6200.48
HSL242.2º45.05%35.69%-
HSV(B)242.2º62.12%51.76%-
XYZ6.774.722.38-
YUV60.24168.49122.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.55%
GREEN value IS 50 (19.92% from 255) = 21.28%
BLUE value IS 132 (51.95% from 255) = 56.17%
R=22.55%
G=21.28%
B=56.17%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal53501320.600.6200.48242.245.0535.69
Hex3532843C3E030f22d24
Octal656220474760603625544
Binary11010111001010000100111100111110011000011110010101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353284; }

 p { color: rgb(53,50,132); }

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

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

 a { background-color: rgb(53,50,132); }

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

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

 span { border-color: rgb(53,50,132); }

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