#373382

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

Shades of Jacksons Purple #373382

Tints of Jacksons Purple #373382

Color information

#373382 (or 0x373382) is unknown color: approx Jacksons Purple. HEX triplet: 37, 33 and 82. RGB value is (55,51,130). Sum of RGB (Red+Green+Blue) = 55+51+130=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 130 (51.17% from 255 or 55.08% from 236); Max value from RGB is 130 - color contains mainly: blue. Hex color #373382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373382 is #C8CC7D. Grayscale: #3C3C3C. Windows color (decimal): -13159550 or 8532791. OLE color: 8532791.

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

Color convert

RGB5551130-
CMYK0.580.6100.49
HSL243.04º43.65%35.49%-
HSV(B)243.04º60.77%50.98%-
XYZ6.794.7921.69-
YUV61.2166.83123.58-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.31%
GREEN value IS 51 (20.31% from 255) = 21.61%
BLUE value IS 130 (51.17% from 255) = 55.08%
R=23.31%
G=21.61%
B=55.08%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55511300.580.6100.49243.0443.6535.49
Hex3733823A3D031f32c23
Octal676320272750613635443
Binary11011111001110000010111010111101011000111110011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373382; }

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

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

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

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

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

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

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

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