#373379

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

Shades of Jacksons Purple #373379

Tints of Jacksons Purple #373379

Color information

#373379 (or 0x373379) is unknown color: approx Jacksons Purple. HEX triplet: 37, 33 and 79. RGB value is (55,51,121). Sum of RGB (Red+Green+Blue) = 55+51+121=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 121 (47.66% from 255 or 53.30% from 227); Max value from RGB is 121 - color contains mainly: blue. Hex color #373379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373379 is #C8CC86. Grayscale: #3B3B3B. Windows color (decimal): -13159559 or 7942967. OLE color: 7942967.

HSL color Cylindrical-coordinate representation of color #373379: hue angle of 243.43º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #373379 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5551121-
CMYK0.550.5800.53
HSL243.43º40.7%33.73%-
HSV(B)243.43º57.85%47.45%-
XYZ6.214.5618.64-
YUV60.18162.33124.31-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.23%
GREEN value IS 51 (20.31% from 255) = 22.47%
BLUE value IS 121 (47.66% from 255) = 53.30%
R=24.23%
G=22.47%
B=53.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55511210.550.5800.53243.4340.733.73
Hex373379373A035f32922
Octal676317167720653635142
Binary1101111100111111001110111111010011010111110011101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373379; }

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

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

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

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

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

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

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

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