#333182

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

Shades of Jacksons Purple #333182

Tints of Jacksons Purple #333182

Color information

#333182 (or 0x333182) is unknown color: approx Jacksons Purple. HEX triplet: 33, 31 and 82. RGB value is (51,49,130). Sum of RGB (Red+Green+Blue) = 51+49+130=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 130 (51.17% from 255 or 56.52% from 230); Max value from RGB is 130 - color contains mainly: blue. Hex color #333182 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333182 is #CCCE7D. Grayscale: #3A3A3A. Windows color (decimal): -13422206 or 8532275. OLE color: 8532275.

HSL color Cylindrical-coordinate representation of color #333182: hue angle of 241.48º 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 #333182 is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5149130-
CMYK0.610.6200.49
HSL241.48º45.25%35.1%-
HSV(B)241.48º62.31%50.98%-
XYZ6.494.5121.65-
YUV58.83168.16122.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.17%
GREEN value IS 49 (19.53% from 255) = 21.30%
BLUE value IS 130 (51.17% from 255) = 56.52%
R=22.17%
G=21.30%
B=56.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51491300.610.6200.49241.4845.2535.1
Hex3331823D3E031f12d23
Octal636120275760613615543
Binary11001111000110000010111101111110011000111110001101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333182; }

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

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

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

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

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

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

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

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