#333185

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

Shades of Jacksons Purple #333185

Tints of Jacksons Purple #333185

Color information

#333185 (or 0x333185) is unknown color: approx Jacksons Purple. HEX triplet: 33, 31 and 85. RGB value is (51,49,133). Sum of RGB (Red+Green+Blue) = 51+49+133=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 133 (52.34% from 255 or 57.08% from 233); Max value from RGB is 133 - color contains mainly: blue. Hex color #333185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333185 is #CCCE7A. Grayscale: #3A3A3A. Windows color (decimal): -13422203 or 8728883. OLE color: 8728883.

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

Color convert

RGB5149133-
CMYK0.620.6300.48
HSL241.43º46.15%35.69%-
HSV(B)241.43º63.16%52.16%-
XYZ6.74.5922.72-
YUV59.17169.66122.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.89%
GREEN value IS 49 (19.53% from 255) = 21.03%
BLUE value IS 133 (52.34% from 255) = 57.08%
R=21.89%
G=21.03%
B=57.08%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51491330.620.6300.48241.4346.1535.69
Hex3331853E3F030f12e24
Octal636120576770603615644
Binary11001111000110000101111110111111011000011110001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333185; }

 p { color: rgb(51,49,133); }

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

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

 a { background-color: rgb(51,49,133); }

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

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

 span { border-color: rgb(51,49,133); }

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