#353182

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

Shades of Jacksons Purple #353182

Tints of Jacksons Purple #353182

Color information

#353182 (or 0x353182) is unknown color: approx Jacksons Purple. HEX triplet: 35, 31 and 82. RGB value is (53,49,130). Sum of RGB (Red+Green+Blue) = 53+49+130=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 130 (51.17% from 255 or 56.03% from 232); Max value from RGB is 130 - color contains mainly: blue. Hex color #353182 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353182 is #CACE7D. Grayscale: #3B3B3B. Windows color (decimal): -13291134 or 8532277. OLE color: 8532277.

HSL color Cylindrical-coordinate representation of color #353182: hue angle of 242.96º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #353182 is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5349130-
CMYK0.590.6200.49
HSL242.96º45.25%35.1%-
HSV(B)242.96º62.31%50.98%-
XYZ6.64.5721.65-
YUV59.43167.83123.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.84%
GREEN value IS 49 (19.53% from 255) = 21.12%
BLUE value IS 130 (51.17% from 255) = 56.03%
R=22.84%
G=21.12%
B=56.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53491300.590.6200.49242.9645.2535.1
Hex3531823B3E031f32d23
Octal656120273760613635543
Binary11010111000110000010111011111110011000111110011101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353182; }

 p { color: rgb(53,49,130); }

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

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

 a { background-color: rgb(53,49,130); }

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

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

 span { border-color: rgb(53,49,130); }

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